You are here

protected property WrapperEntityBase::$pluginCollection 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::pluginCollection

The plugin collection that holds the block plugin for this entity.

Type: \Drupal\block\BlockPluginCollection

File

src/Entity/WrapperEntityBase.php, line 42

Class

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

Namespace

Drupal\backup_migrate\Entity

Code

protected $pluginCollection;