You are here

protected property ConfigEntityBase::$pluginConfigKey in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php \Drupal\Core\Config\Entity\ConfigEntityBase::pluginConfigKey

The name of the property that is used to store plugin configuration.

This is needed when the entity uses a LazyPluginCollection, to dictate where the plugin configuration should be stored.

Type: string

File

core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php, line 50
Contains \Drupal\Core\Config\Entity\ConfigEntityBase.

Class

ConfigEntityBase
Defines a base configuration entity class.

Namespace

Drupal\Core\Config\Entity

Code

protected $pluginConfigKey;