ContentEntityBase::$languages

Local cache for the available language objects. Type: \Drupal\Core\Language\LanguageInterface[] File core/lib/Drupal/Core/Entity/ContentEntityBase.php, line 72 Class ContentEntityBase Implements Entity Field API specific enhancements to the Entity class. Namespace Drupal\Core\Entity Code protected $languages;

ContentEntityBase::$langcodeKey

The language entity key. Type: string File core/lib/Drupal/Core/Entity/ContentEntityBase.php, line 79 Class ContentEntityBase Implements Entity Field API specific enhancements to the Entity class. Namespace Drupal\Core\Entity Code protected $langcodeKey;

ContentEntityBase::$isDefaultRevision

Indicates whether this is the default revision. Type: bool File core/lib/Drupal/Core/Entity/ContentEntityBase.php, line 135 Class ContentEntityBase Implements Entity Field API specific enhancements to the Entity class. Namespace Drupal\Core\Entity Code protected $isDefaultRevision = TRUE;

ContentEntityBase::$fields

The array of fields, each being an instance of FieldItemListInterface. Type: array File core/lib/Drupal/Core/Entity/ContentEntityBase.php, line 56 Class ContentEntityBase Implements Entity Field API specific enhancements to the Entity class. Namespace Drupal\Core\Entity Code protected $fields = array();

ContentEntityBase::$fieldDefinitions

Local cache for field definitions. Type: array See also ContentEntityBase::getFieldDefinitions() File core/lib/Drupal/Core/Entity/ContentEntityBase.php, line 65 Class ContentEntityBase Implements Entity Field API specific enhancements to the Entity class. Namespace Drupal\Core\Entity Code protected $fieldDefinitions;

ContentEntityBase::$entityKeys

Holds untranslatable entity keys such as the ID, bundle, and revision ID. Type: array File core/lib/Drupal/Core/Entity/ContentEntityBase.php, line 142 Class ContentEntityBase Implements Entity Field API specific enhancements to the Entity class. Namespace Drupal\Core\Entity Code protected $entityKeys = array();

ContentEntityBase::$defaultLangcodeKey

The default langcode entity key. Type: string File core/lib/Drupal/Core/Entity/ContentEntityBase.php, line 86 Class ContentEntityBase Implements Entity Field API specific enhancements to the Entity class. Namespace Drupal\Core\Entity Code protected $defaultLangcodeKey;

ContentEntityBase::$defaultLangcode

Local cache for the default language code. Type: string File core/lib/Drupal/Core/Entity/ContentEntityBase.php, line 103 Class ContentEntityBase Implements Entity Field API specific enhancements to the Entity class. Namespace Drupal\Core\Entity Code protected $defaultLangcode;

ContentEntityBase::$activeLangcode

Language code identifying the entity active language. This is the language field accessors will use to determine which field values manipulate. Type: string File core/lib/Drupal/Core/Entity/ContentEntityBase.php, line 96 Class ContentEntityBase Implements Entity Field API specific enhancements to the Entity class. Namespace Drupal\Core\Entity Code protected $activeLangcode = LanguageInterface::LANGCODE_DEFAULT;

ContentEntityBase

Implements Entity Field API specific enhancements to the Entity class. Hierarchy class \Drupal\Core\Entity\Entity implements EntityInterface uses RefinableCacheableDependencyTrait, DependencySerializationTraitclass \Drupal\Core\Entity\ContentEntityBase implements \IteratorAggregate, ContentEntityInterface Related topics Entity API Describes how to define and manipulate content and configuration entities. File core/lib/Drupal/Core/Entity/ContentEntityBase.php, line 19 Namespace Drupal\