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

Comments

joy29 created an issue. See original summary.

rudranil29’s picture

StatusFileSize
new5.11 KB

Drupal 9 compatibility patch

rudranil29’s picture

Assigned: rudranil29 » Unassigned
Status: Active » Needs review
rudranil29’s picture

Assigned: Unassigned » rudranil29
StatusFileSize
new5.12 KB

Please find updated patch, previous patch having issue

rudranil29’s picture

Assigned: rudranil29 » Unassigned
dotpex’s picture

StatusFileSize
new9.99 KB

Updated patch with info file

dotpex’s picture

StatusFileSize
new9.97 KB

Removed double link
EDIT: this patch is broken

dotpex’s picture

StatusFileSize
new10.1 KB

Updated patch

geoanders’s picture

Version: 8.x-1.x-dev » 8.x-2.x-dev
Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.