public function PluginCallerInterface::plugins in Backup and Migrate 5.0.x
Get the plugin manager.
Return value
\Drupal\backup_migrate\Core\Plugin\PluginManagerInterface
File
- src/
Core/ Plugin/ PluginCallerInterface.php, line 26
Class
- PluginCallerInterface
- For plugins which must have access to a plugin manager.
Namespace
Drupal\backup_migrate\Core\PluginCode
public function plugins();