You are here

public function PluginInterface::opWeight in Backup and Migrate 8.4

What is the weight of the given operation for this plugin.

Parameters

$op string The name of the operation.:

Return value

int

1 method overrides PluginInterface::opWeight()
PluginBase::opWeight in lib/backup_migrate_core/src/Plugin/PluginBase.php
What is the weight of the given operation for this plugin.

File

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

Class

PluginInterface
An interface to describe a Backup and Migrate plugin.

Namespace

BackupMigrate\Core\Plugin

Code

public function opWeight($op);