You are here

abstract public function WrapperEntityBase::getPluginManager in Backup and Migrate 8.4

Same name and namespace in other branches
  1. 5.0.x src/Entity/WrapperEntityBase.php \Drupal\backup_migrate\Entity\WrapperEntityBase::getPluginManager()

Return the plugin manager.

Return value

PluginManagerInterface

1 call to WrapperEntityBase::getPluginManager()
WrapperEntityBase::getPluginCollection in src/Entity/WrapperEntityBase.php
2 methods override WrapperEntityBase::getPluginManager()
Destination::getPluginManager in src/Entity/Destination.php
Return the plugin manager.
Source::getPluginManager in src/Entity/Source.php
Return the plugin manager.

File

src/Entity/WrapperEntityBase.php, line 131

Class

WrapperEntityBase
A configuration entity that wraps a Backup and Migrate plugin.

Namespace

Drupal\backup_migrate\Entity

Code

public abstract function getPluginManager();