drupal-check results on commit hash e671a3613cb597caf466591e6ea7aa7686888414

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

--------------------------------------------------------------------------
Line drush/default_content_extra.drush.inc
--------------------------------------------------------------------------
27 Call to deprecated function drush_log().
40 Call to deprecated function drush_log().
--------------------------------------------------------------------------

--------------------------------------------------------------------------
Line src/Normalizer/NodeEntityNormalizer.php
--------------------------------------------------------------------------
41 Parameter $entity_manager of method Drupal\default_content_extra\Normalizer\NodeEntityNormalizer::__construct() has typehint with deprecated interface Drupal\Core\Entity\EntityManagerInterface:
in drupal:8.0.0 and is removed from drupal:9.0.0.
--------------------------------------------------------------------------

--------------------------------------------------------------------------
Line src/Normalizer/TermEntityNormalizer.php
--------------------------------------------------------------------------
41 Parameter $entity_manager of method Drupal\default_content_extra\Normalizer\TermEntityNormalizer::__construct() has typehint with deprecated interface Drupal\Core\Entity\EntityManagerInterface:
in drupal:8.0.0 and is removed from drupal:9.0.0.
--------------------------------------------------------------------------

[ERROR] Found 4 errors

CommentFileSizeAuthor
#2 3127510-2.patch4.87 KBsuzymasri

Comments

suzymasri created an issue. See original summary.

suzymasri’s picture

Status: Active » Needs review
StatusFileSize
new4.87 KB

Patch attached.

timmillwood’s picture

Status: Needs review » Reviewed & tested by the community
+++ b/drush/default_content_extra.drush.inc
@@ -24,7 +24,7 @@ function drush_default_content_extra_post_default_content_export_references($ent
+        \Drupal::logger('default_content_extra')->log('success', (dt('Deleted @path for user @user_id.', $args)));

Think we need another issue to update .drush.inc to Drush 10.

  • suzymasri committed c33c614 on 8.x-1.x
    Issue #3127510 by suzymasri: Drupal 9 Deprecated Code Report
    
kristen pol’s picture

Issue tags: -Drupal 9 readiness

Removing outdated tag. Also, I see the code was committed but the issues is still RTBC. Should it be marked Fixed?

suzymasri’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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