Skip to content

Instantly share code, notes, and snippets.

@tsega
Created August 17, 2019 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsega/660223f9abf86b6a82b7c6a49f9b1e11 to your computer and use it in GitHub Desktop.
Save tsega/660223f9abf86b6a82b7c6a49f9b1e11 to your computer and use it in GitHub Desktop.
Temp

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