public function PluginManagerInterface::map in Backup and Migrate 5.0.x
Call all plugins which support the given operation.
Params is an array of extra params which may be used. Plugins should expect these to be passed as a keyed array.
Parameters
string $op: The name of the operation to be called.
array $params: Optional operation parameters as a key/value array.
Return value
array The results in an array keyed by the plugin id.
1 method overrides PluginManagerInterface::map()
- PluginManager::map in src/
Core/ Plugin/ PluginManager.php - Call all plugins which support the given operation.
File
- src/
Core/ Plugin/ PluginManagerInterface.php, line 95
Class
- PluginManagerInterface
- Manage all of the available Plugins.
Namespace
Drupal\backup_migrate\Core\PluginCode
public function map($op, array $params = []);