6/6 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%

------ ----------------------------------------------------------
Line domain_finder.install
------ ----------------------------------------------------------
26 Call to deprecated method l() of class Drupal:
in Drupal 8.0.0 and will be removed before Drupal 9.0.0.
Use \Drupal\Core\Link instead.
Example:
30 Call to deprecated method l() of class Drupal:
in Drupal 8.0.0 and will be removed before Drupal 9.0.0.
Use \Drupal\Core\Link instead.
Example:
------ ----------------------------------------------------------

------ ----------------------------------------------------------------------
Line src/Controller/DomainFinderController.php
------ ----------------------------------------------------------------------
36 Call to deprecated function drupal_set_message():
in Drupal 8.5.0 and will be removed before Drupal 9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
90 Call to deprecated function drupal_set_message():
in Drupal 8.5.0 and will be removed before Drupal 9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
------ ----------------------------------------------------------------------

------ --------------------------------------------------------------------------------------
Line src/Form/DomainFinderSearchForm.php
------ --------------------------------------------------------------------------------------
85 Call to deprecated method checkPlain() of class Drupal\Component\Utility\SafeMarkup:
Will be removed before Drupal 9.0.0. Rely on Twig's
auto-escaping feature, or use the @link theme_render #plain_text @endlink
key when constructing a render array that contains plain text in order to
use the renderer's auto-escaping feature. If neither of these are
possible, \Drupal\Component\Utility\Html::escape() can be used in places
where explicit escaping is needed.
85 Call to method checkPlain() of deprecated class Drupal\Component\Utility\SafeMarkup:
Will be removed before Drupal 9.0.0. Use the appropriate
------ --------------------------------------------------------------------------------------

[ERROR] Found 6 errors

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

joy29 created an issue. See original summary.

joy29’s picture

patch for drupal 9 compatibility

joy29’s picture

Assigned: joy29 » Unassigned
Status: Active » Needs review
dj1999’s picture

Version: 8.x-1.x-dev » 8.x-2.x-dev
Status: Needs review » Patch (to be ported)
FileSize
3.04 KB

Thanks, but the 8.x-1.x branch is not supported.
I prepared patch for 8.x-2.x branch and pushed to dev.

dj1999’s picture

dj1999’s picture

joy29’s picture

  • dj1999 committed 9df135c on 8.x-2.x authored by joy29
    Issue #3075247 by joy29, dj1999: Drupal 9 Deprecated Code Report
    
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.

dj1999’s picture

Status: Patch (to be ported) » Fixed
dj1999’s picture

Status: Fixed » Closed (fixed)