You are here

public function PluginInterface::supportedOps in Backup and Migrate 5.0.x

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 src/Core/Plugin/PluginBase.php
Get a list of supported operations and their weight.

File

src/Core/Plugin/PluginInterface.php, line 37

Class

PluginInterface
An interface to describe a Backup and Migrate plugin.

Namespace

Drupal\backup_migrate\Core\Plugin

Code

public function supportedOps();