public function PluginInterface::opWeight in Backup and Migrate 5.0.x
What is the weight of the given operation for this plugin.
Parameters
string $op: The name of the operation.
Return value
int
1 method overrides PluginInterface::opWeight()
- PluginBase::opWeight in src/
Core/ Plugin/ PluginBase.php - What is the weight of the given operation for this plugin.
File
- src/
Core/ Plugin/ PluginInterface.php, line 57
Class
- PluginInterface
- An interface to describe a Backup and Migrate plugin.
Namespace
Drupal\backup_migrate\Core\PluginCode
public function opWeight($op);