18/18 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
------ -------------------------------------------------------------------------
Line backup_db.module
------ -------------------------------------------------------------------------
41 Call to deprecated function db_delete():
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 delete() on it. For example,
46 Call to deprecated function file_delete():
in Drupal 8.7.0, will be removed before Drupal 9.0.0.
Use \Drupal\Core\Entity\EntityStorageInterface::delete() instead.
------ -------------------------------------------------------------------------
------ ------------------------------------------------------------------------
Line src/Adapter/BackupDatabaseLocalAdapter.php
------ ------------------------------------------------------------------------
41 Call to deprecated function entity_create():
in Drupal 8.0.x, will be removed before Drupal 9.0.0. Use
The method overriding Entity::create() for the entity type, e.g.
\Drupal\node\Entity\Node::create() if the entity type is known. If the
entity type is variable, use the entity storage's create() method to
construct a new entity:
------ ------------------------------------------------------------------------
------ ----------------------------------------------------------------
Line src/BackupDatabaseFileHandler.php
------ ----------------------------------------------------------------
57 Call to deprecated function file_create_filename():
in Drupal 8.7.0, will be removed before Drupal 9.0.0.
Use \Drupal\Core\File\FileSystemInterface::createFilename().
106 Call to deprecated function file_prepare_directory():
in Drupal 8.7.0, will be removed before Drupal 9.0.0.
Use \Drupal\Core\File\FileSystemInterface::prepareDirectory().
115 Call to deprecated function file_prepare_directory():
in Drupal 8.7.0, will be removed before Drupal 9.0.0.
Use \Drupal\Core\File\FileSystemInterface::prepareDirectory().
128 Call to deprecated function file_prepare_directory():
in Drupal 8.7.0, will be removed before Drupal 9.0.0.
Use \Drupal\Core\File\FileSystemInterface::prepareDirectory().
------ ----------------------------------------------------------------
------ -------------------------------------------------------------------------
Line src/Controller/BackupDatabaseController.php
------ -------------------------------------------------------------------------
22 Call to deprecated function db_select():
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 select() on it. For example,
40 Call to deprecated method l() of class Drupal:
in Drupal 8.0.0 and will be removed before Drupal 9.0.0.
Use \Drupal\Core\Link instead.
Example:
------ -------------------------------------------------------------------------
------ ----------------------------------------------------------------------
Line src/Form/BackupDatabaseForm.php
------ ----------------------------------------------------------------------
92 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.
95 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/BackupDatabaseSettingsForm.php
------ ----------------------------------------------------------------------
214 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 12 errors
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | backup_db-3070822-8.patch | 10.1 KB | dotpex |
| #7 | backup_db-3070822-7.patch | 9.97 KB | dotpex |
| #6 | backup_db-3070822-3.patch | 9.99 KB | dotpex |
| #4 | backup_db-3070822-2.patch | 5.12 KB | rudranil29 |
| #2 | backup_db-3070822-1.patch | 5.11 KB | rudranil29 |
Comments
Comment #2
rudranil29 commentedDrupal 9 compatibility patch
Comment #3
rudranil29 commentedComment #4
rudranil29 commentedPlease find updated patch, previous patch having issue
Comment #5
rudranil29 commentedComment #6
dotpex commentedUpdated patch with info file
Comment #7
dotpex commentedRemoved double link
EDIT: this patch is broken
Comment #8
dotpex commentedUpdated patch
Comment #9
geoanders commented