You are here

public function Source::getPluginManager in Backup and Migrate 8.4

Same name and namespace in other branches
  1. 5.0.x 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 42

Class

Source
Defines the Backup Source entity.

Namespace

Drupal\backup_migrate\Entity

Code

public function getPluginManager() {
  return \Drupal::service('plugin.manager.backup_migrate_source');
}