5/5 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
------ ----------------------------------------------------------------------
Line bulk_invite.install
------ ----------------------------------------------------------------------
32 Call to deprecated function db_create_table():
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,
get
its schema driver, and call createTable() on it. For example,
------ ----------------------------------------------------------------------
------ ----------------------------------------------------------------------
Line src/Controller/UsersInvitedController.php
------ ----------------------------------------------------------------------
127 Call to deprecated function drupal_set_message():
in Drupal 8.5.0 and will be removed before Drupal 9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
130 Call to deprecated function drupal_set_message():
in Drupal 8.5.0 and will be removed before Drupal 9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
169 Call to deprecated function drupal_set_message():
in Drupal 8.5.0 and will be removed before Drupal 9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
174 Call to deprecated function drupal_set_message():
in Drupal 8.5.0 and will be removed before Drupal 9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
------ ----------------------------------------------------------------------
------ ----------------------------------------------------------------------
Line src/Form/BulkInviteForm.php
------ ----------------------------------------------------------------------
75 Call to deprecated function drupal_set_message():
in Drupal 8.5.0 and will be removed before Drupal 9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
80 Call to deprecated function drupal_set_message():
in Drupal 8.5.0 and will be removed before Drupal 9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
82 Call to deprecated function drupal_set_message():
in Drupal 8.5.0 and will be removed before Drupal 9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
------ ----------------------------------------------------------------------
[ERROR] Found 8 errors
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | bulk_invite-3070762-10.patch | 2.86 KB | rudranil29 |
| #6 | bulk_invite-3070762-5.patch | 4.42 KB | rudranil29 |
| #4 | bulk_invite-3070762-4.patch | 4.58 KB | rudranil29 |
| #2 | bulkinvite-3070762-1.patch | 4.41 KB | rudranil29 |
Comments
Comment #2
rudranil29 commentedpatch for drupal 9 compatibility
Comment #3
rudranil29 commentedComment #4
rudranil29 commentedComment #5
rudranil29 commentedComment #6
rudranil29 commentedI added some improvement of my above patch
Comment #7
rudranil29 commentedComment #8
gnugetPretty much the same as in the other issue, No need to inject the
messengerin the controllers, the trait is already in theControllerBaseclass.Comment #9
rudranil29 commentedComment #10
rudranil29 commentedthanks I follow your instruction.. and made changes in patches
Comment #11
rudranil29 commentedComment #13
gnuget