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