Created
August 17, 2019 13:52
-
-
Save tsega/64c0c35426a0b8749a69784afb99036b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Upgrade Status report | |
-------------------------------------------------------------------------------- | |
Custom modules and themes | |
-------------------------------------------------------------------------------- | |
RSVP List 1 | |
-------------------------------------------------------------------------------- | |
Scanned on Sat, 08/17/2019 - 09:12. | |
-------------------------------------------------------------------------------- | |
2 errors found. Items categorized "Fix now" are uses of deprecated APIs in | |
custom code from current or older Drupal core version. | |
┌──────┬─────────┬────────────────────────────┬────────────────────────────────┐ | |
│ LINE │ STATUS │ FILE │ MESSAGE │ | |
├──────┼─────────┼────────────────────────────┼────────────────────────────────┤ | |
│ 74 │ Fix now │ modules/custom/rsvplist/sr │ Call to deprecated function │ | |
│ │ │ c/Form/RSVPForm.php │ (https://api.drupal.org/api/dr │ | |
│ │ │ │ upal/8.8.x/search/). │ | |
│ │ │ │ Deprecated as of Drupal 8.0.x, │ | |
│ │ │ │ will be removed in Drupal │ | |
│ │ │ │ 9.0.0. Instead, get │ | |
│ │ │ │ a database connection injected │ | |
│ │ │ │ into your service from the │ | |
│ │ │ │ container and │ | |
│ │ │ │ call insert() on it. For │ | |
│ │ │ │ example, │ | |
│ │ │ │ │ | |
│ 82 │ Fix now │ modules/custom/rsvplist/sr │ Call to deprecated function │ | |
│ │ │ c/Form/RSVPForm.php │ (https://api.drupal.org/api/dr │ | |
│ │ │ │ upal/8.8.x/search/). │ | |
│ │ │ │ Deprecated in Drupal 8.5.0 and │ | |
│ │ │ │ will be removed before Drupal │ | |
│ │ │ │ 9.0.0. │ | |
│ │ │ │ Use │ | |
│ │ │ │ \Drupal\Core\Messenger\Messeng │ | |
│ │ │ │ erInterface::addMessage() │ | |
│ │ │ │ instead. │ | |
│ │ │ │ │ | |
└──────┴─────────┴────────────────────────────┴────────────────────────────────┘ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment