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\DestinationCode
public function supportedOps() {
return [];
}