You are here

public function PluginManagerInterface::getAllByOp in Backup and Migrate 5.0.x

Get all plugins that implement the given operation.

Parameters

string $op: The name of the operation.

Return value

\Drupal\backup_migrate\Core\Plugin\PluginInterface[]

1 method overrides PluginManagerInterface::getAllByOp()
PluginManager::getAllByOp in src/Core/Plugin/PluginManager.php
Get all plugins that implement the given operation.

File

src/Core/Plugin/PluginManagerInterface.php, line 57

Class

PluginManagerInterface
Manage all of the available Plugins.

Namespace

Drupal\backup_migrate\Core\Plugin

Code

public function getAllByOp($op);