Hi,
The results of checking Drupal 9 compatibility
6/6 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
------ ----------------------------------------------------------------------
Line src/DroogleConnector.php
------ ----------------------------------------------------------------------
52 Call to deprecated function drupal_set_message():
in drupal:8.5.0 and is removed from drupal:9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
------ ----------------------------------------------------------------------
------ --------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Line src/Form/DroogleSettingsForm.php
------ --------------------------------------------------------------------------------------------------------------------------------------------------------------------------
56 Parameter $alias_manager of method Drupal\droogle\Form\DroogleSettingsForm::__construct() has typehint with deprecated interface Drupal\Core\Path\AliasManagerInterface:
in drupal:8.8.0 and is removed from drupal:9.0.0.
Use \Drupal\path_alias\AliasManagerInterface.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | droogle-deprecation-2-D8.patch | 2.29 KB | e.bogatyrev |
Comments
Comment #2
e.bogatyrevPlease find and test the patch.
Scan results after patch applying.
6/6 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
[OK] No errors
Thanks
Comment #3
e.bogatyrev