php drupal-check.phar modules/contrib/migration_tools/
44/44 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
------ ---------------------------------------------------------------------------------------
Line src/Plugin/migrate_plus/data_parser/Dom.php
------ ---------------------------------------------------------------------------------------
Class Drupal\migrate_plus\DataParserPluginBase not found and could not be autoloaded.
------ ---------------------------------------------------------------------------------------
------ ------------------------------------------
Line src/Redirects.php
------ ------------------------------------------
479 Call to deprecated function file_load().
------ ------------------------------------------
------ -------------------------------------------------------------------------------
Line src/StringTools.php
------ -------------------------------------------------------------------------------
847 Call to deprecated method strlen() of class Drupal\Component\Utility\Unicode.
------ -------------------------------------------------------------------------------
------ ------------------------------------------
Line src/Url.php
------ ------------------------------------------
154 Call to deprecated function node_load().
------ ------------------------------------------
[ERROR] Found 4 errors | Comment | File | Size | Author |
|---|---|---|---|
| #2 | deprecated-3082237-2.patch | 1.68 KB | sergiu stici |
Comments
Comment #2
sergiu stici commentedHere's the patch, please review.
Comment #3
swirtThank you for your contribution Sergiu Stici. I had to make one change to remove the 'if' wrapper around `return mb_strlen($text)` as it is no longer needed due to your changes.
Comment #5
swirtComment #6
swirt