You are here

public function Destination::getPluginManager in Backup and Migrate 8.4

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

Class

Destination
Defines the Backup Destination entity.

Namespace

Drupal\backup_migrate\Entity

Code

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