You are here

public function PluginInterface::supportedOps in Backup and Migrate 8.4

Get a list of supported operations and their weight.

An array of operations should take the form:

[ 'backup' => ['weight' => 100], 'restore' => ['weight' => -100], ];

Return value

array

1 method overrides PluginInterface::supportedOps()
PluginBase::supportedOps in lib/backup_migrate_core/src/Plugin/PluginBase.php
Get a list of supported operations and their weight.

File

lib/backup_migrate_core/src/Plugin/PluginInterface.php, line 37

Class

PluginInterface
An interface to describe a Backup and Migrate plugin.

Namespace

BackupMigrate\Core\Plugin

Code

public function supportedOps();