22/22 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%

 ------ ---------------------------------------------------
  Line   src/Form/UserRestrictionsAddForm.php
 ------ ---------------------------------------------------
  17     Call to deprecated function drupal_set_message().
 ------ ---------------------------------------------------

 ------ ---------------------------------------------------------------------------------------
  Line   src/Plugin/UserRestrictionType/ClientIp.php
 ------ ---------------------------------------------------------------------------------------
  50     Call to deprecated method link() of class Drupal\Core\Config\Entity\ConfigEntityBase.
 ------ ---------------------------------------------------------------------------------------

 ------ ---------------------------------------------------------------------------------------
  Line   src/Plugin/UserRestrictionType/Email.php
 ------ ---------------------------------------------------------------------------------------
  33     Call to deprecated method link() of class Drupal\Core\Config\Entity\ConfigEntityBase.
 ------ ---------------------------------------------------------------------------------------

 ------ ---------------------------------------------------------------------------------------
  Line   src/Plugin/UserRestrictionType/Name.php
 ------ ---------------------------------------------------------------------------------------
  33     Call to deprecated method link() of class Drupal\Core\Config\Entity\ConfigEntityBase.
 ------ ---------------------------------------------------------------------------------------

 ------ ----------------------------------------------------------------------------------
  Line   tests/src/Functional/UserRestrictionsLoginTest.php
 ------ ----------------------------------------------------------------------------------
  25     Call to deprecated method format() of class Drupal\Component\Utility\SafeMarkup.
  25     Call to method format() of deprecated class Drupal\Component\Utility\SafeMarkup.
  53     Call to deprecated method format() of class Drupal\Component\Utility\SafeMarkup.
  53     Call to method format() of deprecated class Drupal\Component\Utility\SafeMarkup.
  95     Call to deprecated method format() of class Drupal\Component\Utility\SafeMarkup.
  95     Call to method format() of deprecated class Drupal\Component\Utility\SafeMarkup.
 ------ ----------------------------------------------------------------------------------
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

adammalone created an issue. See original summary.

adammalone’s picture

Adding patch for the changes.

adammalone’s picture

Status: Active » Needs review
FileSize
5.14 KB

Changes syntax of FormattableMarkup call.

adammalone’s picture

Casting the response to a string.

Status: Needs review » Needs work

The last submitted patch, 4: 3050084-4-d9-readiness.patch, failed testing. View results

adammalone’s picture

Status: Needs work » Needs review
FileSize
5.29 KB

Status: Needs review » Needs work

The last submitted patch, 6: 3050084-5-d9-readiness.patch, failed testing. View results

  • adammalone committed 7b62832 on 8.x-1.x
    Issue #3050084 by adammalone: Make module ready for Drupal 9.
    
adammalone’s picture

Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

Kristen Pol’s picture

Issue tags: +Drupal 9 compatibility

Per a Slack discussion with Gábor Hojtsy regarding usage of D9 tags (Drupal 9, Drupal 9 compatibility, Drupal 9 readiness, etc.), "Drupal 9 compatibility" should be used for contributed projects that need updating and "Drupal 9" was the old tag for D8 issues before the D9 branch was ready. Doing tag cleanup here based on that discussion.