abstract public function WrapperPluginBase::alterBackupMigrate in Backup and Migrate 8.4
Alter the backup and migrate object to add the source and required services.
Parameters
\BackupMigrate\Core\Main\BackupMigrateInterface $bam: The BackupMigrate object to add plugins and services to.
$key: The id of the source to add.
array $options: The alter options.
Return value
mixed
Overrides WrapperPluginInterface::alterBackupMigrate
See also
hook_backup_migrate_service_object_alter()
2 methods override WrapperPluginBase::alterBackupMigrate()
- DestinationPluginBase::alterBackupMigrate in src/
EntityPlugins/ DestinationPluginBase.php - Alter the backup and migrate object to add the source and required services.
- SourcePluginBase::alterBackupMigrate in src/
EntityPlugins/ SourcePluginBase.php - Alter the backup and migrate object to add the source and required services.
File
- src/
EntityPlugins/ WrapperPluginBase.php, line 42
Class
- WrapperPluginBase
- Class WrapperPluginBase.
Namespace
BackupMigrate\Drupal\EntityPluginsCode
public abstract function alterBackupMigrate(BackupMigrateInterface $bam, $key, $options = []);