You are here

public function Notify::backupSucceed in Backup and Migrate 5.0.x

File

src/Core/Filter/Notify.php, line 56

Class

Notify
Notifies by email when a backup succeeds or fails.

Namespace

Drupal\backup_migrate\Core\Filter

Code

public function backupSucceed() {
  $this
    ->sendNotification('Backup finished sucessfully');
}