public function PluginManagerInterface::getAllByOp in Backup and Migrate 8.4
Get all plugins that implement the given operation.
Parameters
string $op The name of the operation.:
Return value
\BackupMigrate\Core\Plugin\PluginInterface[]
1 method overrides PluginManagerInterface::getAllByOp()
- PluginManager::getAllByOp in lib/
backup_migrate_core/ src/ Plugin/ PluginManager.php - Get all plugins that implement the given operation.
File
- lib/
backup_migrate_core/ src/ Plugin/ PluginManagerInterface.php, line 52
Class
- PluginManagerInterface
- Manage all of the available Plugins.
Namespace
BackupMigrate\Core\PluginCode
public function getAllByOp($op);