You are here

public function DestinationBase::supportedOps in Backup and Migrate 8.4

Get a list of supported operations and their weight.

Return value

array

Overrides PluginBase::supportedOps

File

lib/backup_migrate_core/src/Destination/DestinationBase.php, line 22

Class

DestinationBase
Class DestinationBase.

Namespace

BackupMigrate\Core\Destination

Code

public function supportedOps() {
  return [];
}