Ran the tool at https://dev.acquia.com/drupal9/deprecation_status/errors?message=&projec... and we've got a few deprecations:

Call to deprecated function drupal_set_message(). Deprecated in Drupal 8.5.0 and will be removed before Drupal 9.0.0. Use Drupal​\​Core​\​Messenger​\​MessengerInterface::addMessage() instead.

Class [redacted] extends deprecated class Drupal​\​simpletest​\​WebTestBase. Deprecated in Drupal 8.8.0 and will be removed before Drupal 9.0.0. Instead, use Drupal​\​Tests​\​BrowserTestBase. See https://www.drupal.org/node/3030340. Replacement available from drupal:8.6.0.

Call to method setUp() of deprecated class Drupal​\​simpletest​\​WebTestBase. Deprecated in Drupal 8.8.0 and will be removed before Drupal 9.0.0. Instead, use Drupal​\​Tests​\​BrowserTestBase. See https://www.drupal.org/node/3030340. Replacement available from drupal:8.6.0.

Interface [redacted] extends deprecated interface Drupal​\​views​\​Plugin​\​views​\​PluginInterface. Deprecated as of Drupal 8.3.x, will be removed in Drupal 9.0.0

CommentFileSizeAuthor
#3 3096698.patch1.7 KBgooodwill
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pcambra created an issue. See original summary.

larowlan’s picture

Issue tags: +DrupalSouth 2019
gooodwill’s picture

Status: Active » Needs review
FileSize
1.7 KB

Worked on this, drupal_set_message() doesn't seem to be in the code.

larowlan’s picture

Status: Needs review » Reviewed & tested by the community

We worked on this together at DrupalSouth

  • larowlan committed 7c329de on 8.x-1.x authored by gooodwill
    Issue #3096698 by gooodwill, larowlan, pcambra: Drupal 9 readiness
    
larowlan’s picture

Status: Reviewed & tested by the community » Fixed

🎉committed and pushed to 8.x-1.x

Kristen Pol’s picture

Title: Drupal 9 readiness » Drupal 9 readiness / compatibility
Issue tags: -Drupal 9 readiness +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 title and tag cleanup here based on that discussion.

Status: Fixed » Closed (fixed)

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