You are here

abstract public function WrapperEntityBase::getPluginManager in Backup and Migrate 5.0.x

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

Return the plugin manager.

Return value

\Drupal\Component\Plugin\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 128

Class

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

Namespace

Drupal\backup_migrate\Entity

Code

public abstract function getPluginManager();