Home
last modified time | relevance | path

Searched refs:baseFieldDefinitions (Results 1 – 25 of 106) sorted by relevance

12345

/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Entity/
H A DEntityFieldManager.php39 protected $baseFieldDefinitions; variable in Drupal\\Core\\Entity\\EntityFieldManager
171 if (!isset($this->baseFieldDefinitions[$entity_type_id])) {
175 $this->baseFieldDefinitions[$entity_type_id] = $cache->data;
179 … $this->baseFieldDefinitions[$entity_type_id] = $this->buildBaseFieldDefinitions($entity_type_id);
180 …$this->cacheSet($cid, $this->baseFieldDefinitions[$entity_type_id], Cache::PERMANENT, ['entity_typ…
183 return $this->baseFieldDefinitions[$entity_type_id];
214 $base_field_definitions = $class::baseFieldDefinitions($entity_type);
597 $this->baseFieldDefinitions = [];
618 $this->baseFieldDefinitions = [];
H A DRevisionableContentEntityBase.php21 public static function baseFieldDefinitions(EntityTypeInterface $entity_type) { function in Drupal\\Core\\Entity\\RevisionableContentEntityBase
22 $fields = parent::baseFieldDefinitions($entity_type);
H A DEditorialContentEntityBase.php19 public static function baseFieldDefinitions(EntityTypeInterface $entity_type) { function in Drupal\\Core\\Entity\\EditorialContentEntityBase
20 $fields = parent::baseFieldDefinitions($entity_type);
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Entity/
H A DEntityFieldManager.php39 protected $baseFieldDefinitions; variable in Drupal\\Core\\Entity\\EntityFieldManager
185 if (!isset($this->baseFieldDefinitions[$entity_type_id])) {
189 $this->baseFieldDefinitions[$entity_type_id] = $cache->data;
193 … $this->baseFieldDefinitions[$entity_type_id] = $this->buildBaseFieldDefinitions($entity_type_id);
194 …$this->cacheSet($cid, $this->baseFieldDefinitions[$entity_type_id], Cache::PERMANENT, ['entity_typ…
197 return $this->baseFieldDefinitions[$entity_type_id];
228 $base_field_definitions = $class::baseFieldDefinitions($entity_type);
611 $this->baseFieldDefinitions = [];
632 $this->baseFieldDefinitions = [];
H A DRevisionableContentEntityBase.php21 public static function baseFieldDefinitions(EntityTypeInterface $entity_type) { function in Drupal\\Core\\Entity\\RevisionableContentEntityBase
22 $fields = parent::baseFieldDefinitions($entity_type);
H A DEditorialContentEntityBase.php19 public static function baseFieldDefinitions(EntityTypeInterface $entity_type) { function in Drupal\\Core\\Entity\\EditorialContentEntityBase
20 $fields = parent::baseFieldDefinitions($entity_type);
/dports/www/drupal9/drupal-9.2.10/core/modules/system/tests/modules/entity_test/src/Entity/
H A DEntityTestMul.php51 public static function baseFieldDefinitions(EntityTypeInterface $entity_type) { function in Drupal\\entity_test\\Entity\\EntityTestMul
52 return parent::baseFieldDefinitions($entity_type);
H A DEntityTestMultiValueBasefield.php32 public static function baseFieldDefinitions(EntityTypeInterface $entity_type) { function in Drupal\\entity_test\\Entity\\EntityTestMultiValueBasefield
33 $fields = parent::baseFieldDefinitions($entity_type);
H A DEntityTestCompositeConstraint.php37 public static function baseFieldDefinitions(EntityTypeInterface $entity_type) { function in Drupal\\entity_test\\Entity\\EntityTestCompositeConstraint
38 $fields = parent::baseFieldDefinitions($entity_type);
H A DEntityTestDefaultValue.php28 public static function baseFieldDefinitions(EntityTypeInterface $entity_type) { function in Drupal\\entity_test\\Entity\\EntityTestDefaultValue
29 $fields = parent::baseFieldDefinitions($entity_type);
H A DEntityTestMulRevPub.php61 public static function baseFieldDefinitions(EntityTypeInterface $entity_type) { function in Drupal\\entity_test\\Entity\\EntityTestMulRevPub
62 …return parent::baseFieldDefinitions($entity_type) + EntityPublishedTrait::publishedBaseFieldDefini…
H A DEntityTestMapField.php29 public static function baseFieldDefinitions(EntityTypeInterface $entity_type) { function in Drupal\\entity_test\\Entity\\EntityTestMapField
30 $fields = parent::baseFieldDefinitions($entity_type);
H A DEntityTestFieldMethods.php44 public static function baseFieldDefinitions(EntityTypeInterface $entity_type) { function in Drupal\\entity_test\\Entity\\EntityTestFieldMethods
45 $fields = parent::baseFieldDefinitions($entity_type);
H A DEntityTestMulDefaultValue.php46 public static function baseFieldDefinitions(EntityTypeInterface $entity_type) { function in Drupal\\entity_test\\Entity\\EntityTestMulDefaultValue
47 $fields = parent::baseFieldDefinitions($entity_type);
/dports/www/drupal8/drupal-8.9.20/core/modules/system/tests/modules/entity_test/src/Entity/
H A DEntityTestMul.php51 public static function baseFieldDefinitions(EntityTypeInterface $entity_type) { function in Drupal\\entity_test\\Entity\\EntityTestMul
52 return parent::baseFieldDefinitions($entity_type);
H A DEntityTestMultiValueBasefield.php32 public static function baseFieldDefinitions(EntityTypeInterface $entity_type) { function in Drupal\\entity_test\\Entity\\EntityTestMultiValueBasefield
33 $fields = parent::baseFieldDefinitions($entity_type);
H A DEntityTestCompositeConstraint.php37 public static function baseFieldDefinitions(EntityTypeInterface $entity_type) { function in Drupal\\entity_test\\Entity\\EntityTestCompositeConstraint
38 $fields = parent::baseFieldDefinitions($entity_type);
H A DEntityTestDefaultValue.php28 public static function baseFieldDefinitions(EntityTypeInterface $entity_type) { function in Drupal\\entity_test\\Entity\\EntityTestDefaultValue
29 $fields = parent::baseFieldDefinitions($entity_type);
H A DEntityTestMapField.php29 public static function baseFieldDefinitions(EntityTypeInterface $entity_type) { function in Drupal\\entity_test\\Entity\\EntityTestMapField
30 $fields = parent::baseFieldDefinitions($entity_type);
H A DEntityTestMulRevPub.php61 public static function baseFieldDefinitions(EntityTypeInterface $entity_type) { function in Drupal\\entity_test\\Entity\\EntityTestMulRevPub
62 …return parent::baseFieldDefinitions($entity_type) + EntityPublishedTrait::publishedBaseFieldDefini…
H A DEntityTestFieldMethods.php44 public static function baseFieldDefinitions(EntityTypeInterface $entity_type) { function in Drupal\\entity_test\\Entity\\EntityTestFieldMethods
45 $fields = parent::baseFieldDefinitions($entity_type);
H A DEntityTestMulDefaultValue.php46 public static function baseFieldDefinitions(EntityTypeInterface $entity_type) { function in Drupal\\entity_test\\Entity\\EntityTestMulDefaultValue
47 $fields = parent::baseFieldDefinitions($entity_type);
H A DEntityTestMulRevChangedWithRevisionLog.php39 public static function baseFieldDefinitions(EntityTypeInterface $entity_type) { function in Drupal\\entity_test\\Entity\\EntityTestMulRevChangedWithRevisionLog
40 $fields = parent::baseFieldDefinitions($entity_type);
/dports/www/drupal8/drupal-8.9.20/core/modules/system/tests/modules/entity_test_revlog/src/Entity/
H A DEntityTestMulWithRevisionLogPub.php41 public static function baseFieldDefinitions(EntityTypeInterface $entity_type) { function in Drupal\\entity_test_revlog\\Entity\\EntityTestMulWithRevisionLogPub
42 …return parent::baseFieldDefinitions($entity_type) + EntityPublishedTrait::publishedBaseFieldDefini…
/dports/www/drupal9/drupal-9.2.10/core/modules/system/tests/modules/entity_test_revlog/src/Entity/
H A DEntityTestMulWithRevisionLogPub.php43 public static function baseFieldDefinitions(EntityTypeInterface $entity_type) { function in Drupal\\entity_test_revlog\\Entity\\EntityTestMulWithRevisionLogPub
44 …return parent::baseFieldDefinitions($entity_type) + EntityPublishedTrait::publishedBaseFieldDefini…

12345