You are here

public function PluginInterface::supportsOp in Backup and Migrate 8.4

Does this plugin implement the given operation.

Parameters

$op string The name of the operation:

Return value

bool

1 method overrides PluginInterface::supportsOp()
PluginBase::supportsOp in lib/backup_migrate_core/src/Plugin/PluginBase.php
Does this plugin implement the given operation.

File

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

Class

PluginInterface
An interface to describe a Backup and Migrate plugin.

Namespace

BackupMigrate\Core\Plugin

Code

public function supportsOp($op);