You are here

public function Destination::getPluginManager in Backup and Migrate 5.0.x

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

Return the plugin manager.

Return value

string

Overrides WrapperEntityBase::getPluginManager

File

src/Entity/Destination.php, line 49

Class

Destination
Defines the Backup Destination entity.

Namespace

Drupal\backup_migrate\Entity

Code

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