You are here

namespace Drupal\backup_migrate\Core\Plugin in Backup and Migrate 5.0.x

Classsort descending Location Description
FileProcessorInterface src/Core/Plugin/FileProcessorInterface.php For plugins which process files and must have access to a temp file factory.
FileProcessorTrait src/Core/Plugin/FileProcessorTrait.php Implement the injection functionality of a file processor.
PluginBase src/Core/Plugin/PluginBase.php @package Drupal\backup_migrate\Core\Plugin
PluginCallerInterface src/Core/Plugin/PluginCallerInterface.php For plugins which must have access to a plugin manager.
PluginCallerTrait src/Core/Plugin/PluginCallerTrait.php Implements the injection code for a PluginCallerInterface object.
PluginInterface src/Core/Plugin/PluginInterface.php An interface to describe a Backup and Migrate plugin.
PluginManager src/Core/Plugin/PluginManager.php @package Drupal\backup_migrate\Core\Plugin
PluginManagerInterface src/Core/Plugin/PluginManagerInterface.php Manage all of the available Plugins.