public function Source::getPluginManager in Backup and Migrate 5.0.x
Same name and namespace in other branches
- 8.4 src/Entity/Source.php \Drupal\backup_migrate\Entity\Source::getPluginManager()
Return the plugin manager.
Return value
string
Overrides WrapperEntityBase::getPluginManager
File
- src/
Entity/ Source.php, line 49
Class
- Source
- Defines the Backup Source entity.
Namespace
Drupal\backup_migrate\EntityCode
public function getPluginManager() {
return \Drupal::service('plugin.manager.backup_migrate_source');
}