public function PluginCallerInterface::setPluginManager in Backup and Migrate 8.4
Inject the plugin manager.
Parameters
\BackupMigrate\Core\Plugin\PluginManagerInterface $plugins:
File
- lib/
backup_migrate_core/ src/ Plugin/ PluginCallerInterface.php, line 22
Class
- PluginCallerInterface
- Interface PluginCallerPluginInterface.
Namespace
BackupMigrate\Core\PluginCode
public function setPluginManager(PluginManagerInterface $plugins);