Drupal 9 Deprecated Code Report
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3113123. --> Reported by: [kbrodej](https://www.drupal.org/user/3629916) >>> <pre>&nbsp; Line&nbsp;&nbsp; src/Form/DeleteMultiple.php<br> ------ --------------------------------------------------------------------------------------------------<br>&nbsp; 47&nbsp;&nbsp;&nbsp;&nbsp; Parameter $manager of method Drupal\message\Form\DeleteMultiple::__construct() has typehint with<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; deprecated interface Drupal\Core\Entity\EntityManagerInterface:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; in drupal:8.0.0 and is removed from drupal:9.0.0.<br> ------ --------------------------------------------------------------------------------------------------<br><br> ------ ---------------------------------------------------------------------------------------------------------<br>&nbsp; Line&nbsp;&nbsp; src/Form/MessageSettingsForm.php<br> ------ ---------------------------------------------------------------------------------------------------------<br>&nbsp; 78&nbsp;&nbsp;&nbsp;&nbsp; Parameter $entity_manager of method Drupal\message\Form\MessageSettingsForm::__construct() has typehint<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; with deprecated interface Drupal\Core\Entity\EntityManagerInterface:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; in drupal:8.0.0 and is removed from drupal:9.0.0.<br> ------ ---------------------------------------------------------------------------------------------------------<br><br> ------ ------------------------------------------------------------------------------------------------------------<br>&nbsp; Line&nbsp;&nbsp; tests/src/Functional/MessageCron.php<br> ------ ------------------------------------------------------------------------------------------------------------<br>&nbsp; 102&nbsp;&nbsp;&nbsp; Call to deprecated constant REQUEST_TIME: Deprecated in drupal:8.3.0 and is removed from drupal:9.0.0. Use<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \Drupal::time()-&gt;getRequestTime();<br>&nbsp; 109&nbsp;&nbsp;&nbsp; Call to deprecated constant REQUEST_TIME: Deprecated in drupal:8.3.0 and is removed from drupal:9.0.0. Use<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \Drupal::time()-&gt;getRequestTime();<br>&nbsp; 116&nbsp;&nbsp;&nbsp; Call to deprecated constant REQUEST_TIME: Deprecated in drupal:8.3.0 and is removed from drupal:9.0.0. Use<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \Drupal::time()-&gt;getRequestTime();<br> ------ ------------------------------------------------------------------------------------------------------------<br><br> ------ ------------------------------------------------------------------------------------------------------------<br>&nbsp; Line&nbsp;&nbsp; tests/src/Kernel/Plugin/MessagePurge/DaysTest.php<br> ------ ------------------------------------------------------------------------------------------------------------<br>&nbsp; 82&nbsp;&nbsp;&nbsp;&nbsp; Call to deprecated constant REQUEST_TIME: Deprecated in drupal:8.3.0 and is removed from drupal:9.0.0. Use<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \Drupal::time()-&gt;getRequestTime();<br>&nbsp; 99&nbsp;&nbsp;&nbsp;&nbsp; Call to deprecated constant REQUEST_TIME: Deprecated in drupal:8.3.0 and is removed from drupal:9.0.0. Use<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \Drupal::time()-&gt;getRequestTime();<br> ------ ------------------------------------------------------------------------------------------------------------<br><br><br> [ERROR] Found 7 errors</pre>
issue