ConfigEntityType::checkStorageClass

protected ConfigEntityType::checkStorageClass($class) Throws \Drupal\Core\Config\Entity\Exception\ConfigEntityStorageClassException Exception thrown when the provided class is not an instance of \Drupal\Core\Config\Entity\ConfigEntityStorage. Overrides EntityType::checkStorageClass See also \Drupal\Core\Config\Entity\ConfigEntityStorage File core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php, line 136 Class ConfigEntityType Provides an implementation of a configuration entity type a

ConfigEntityType::$static_cache

Indicates whether entities should be statically cached. Type: bool Overrides EntityType::$static_cache File core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php, line 24 Class ConfigEntityType Provides an implementation of a configuration entity type and its metadata. Namespace Drupal\Core\Config\Entity Code protected $static_cache = FALSE;

ConfigEntityType::$mergedConfigExport

The result of merging config_export annotation with the defaults. This is stored on the class so that it does not have to be recalculated. Type: array File core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php, line 47 Class ConfigEntityType Provides an implementation of a configuration entity type and its metadata. Namespace Drupal\Core\Config\Entity Code protected $mergedConfigExport = [];

ConfigEntityType::$lookup_keys

Keys that are stored key value store for fast lookup. Type: array File core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php, line 31 Class ConfigEntityType Provides an implementation of a configuration entity type and its metadata. Namespace Drupal\Core\Config\Entity Code protected $lookup_keys = [];

ConfigEntityType::$group

The group machine name. Overrides EntityType::$group File core/lib/Drupal/Core/Entity/Annotation/ConfigEntityType.php, line 28 Class ConfigEntityType Defines a config entity type annotation object. Namespace Drupal\Core\Entity\Annotation Code public $group = 'configuration';

ConfigEntityType::$entity_type_class

The class used to represent the entity type. It must implement \Drupal\Core\Entity\EntityTypeInterface. Type: string Overrides EntityType::$entity_type_class File core/lib/Drupal/Core/Entity/Annotation/ConfigEntityType.php, line 23 Class ConfigEntityType Defines a config entity type annotation object. Namespace Drupal\Core\Entity\Annotation Code public $entity_type_class = 'Drupal\Core\Config\Entity\ConfigEntityType';

ConfigEntityType::$config_prefix

The config prefix set in the configuration entity type annotation. See also \Drupal\Core\Config\Entity\ConfigEntityTypeInterface::getConfigPrefix() File core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php, line 19 Class ConfigEntityType Provides an implementation of a configuration entity type and its metadata. Namespace Drupal\Core\Config\Entity Code protected $config_prefix;

ConfigEntityType::$config_export

The list of configuration entity properties to export from the annotation. Type: array File core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php, line 38 Class ConfigEntityType Provides an implementation of a configuration entity type and its metadata. Namespace Drupal\Core\Config\Entity Code protected $config_export = [];

ConfigEntityType

Provides an implementation of a configuration entity type and its metadata. Hierarchy class \Drupal\Core\Entity\EntityType implements EntityTypeInterface uses StringTranslationTraitclass \Drupal\Core\Config\Entity\ConfigEntityType implements ConfigEntityTypeInterface File core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php, line 12 Namespace Drupal\Core\Config\Entity Members Name Modifiers Type Description ConfigEntityType::$config_export protected property The list

ConfigEntityType

Defines a config entity type annotation object. The annotation properties of entity types are found on \Drupal\Core\Config\Entity\ConfigEntityType and are accessed using get/set methods defined in \Drupal\Core\Entity\EntityTypeInterface. Hierarchy class \Drupal\Component\Annotation\Plugin implements AnnotationInterfaceclass \Drupal\Core\Entity\Annotation\EntityType uses StringTranslationTraitclass \Drupal\Core\Entity\Annotation\ConfigEntityType Related topics Annotations Annotations for cl