You are here

public function PluginCallerInterface::setPluginManager in Backup and Migrate 5.0.x

Inject the plugin manager.

Parameters

\Drupal\backup_migrate\Core\Plugin\PluginManagerInterface $plugins:

File

src/Core/Plugin/PluginCallerInterface.php, line 19

Class

PluginCallerInterface
For plugins which must have access to a plugin manager.

Namespace

Drupal\backup_migrate\Core\Plugin

Code

public function setPluginManager(PluginManagerInterface $plugins);