Skip to content

Instantly share code, notes, and snippets.

@tsega
Created August 17, 2019 13:52
Show Gist options
  • Save tsega/64c0c35426a0b8749a69784afb99036b to your computer and use it in GitHub Desktop.
Save tsega/64c0c35426a0b8749a69784afb99036b to your computer and use it in GitHub Desktop.
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