BaseFieldDefinition::$propertyDefinitions

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Field/BaseFieldDefinition.php \Drupal\Core\Field\BaseFieldDefinition::propertyDefinitions
  2. 10 core/lib/Drupal/Core/Field/BaseFieldDefinition.php \Drupal\Core\Field\BaseFieldDefinition::propertyDefinitions
  3. 11.x core/lib/Drupal/Core/Field/BaseFieldDefinition.php \Drupal\Core\Field\BaseFieldDefinition::propertyDefinitions

An array of field property definitions.

Type: \Drupal\Core\TypedData\DataDefinitionInterface[]

See also

\Drupal\Core\TypedData\ComplexDataDefinitionInterface::getPropertyDefinitions()

File

core/lib/Drupal/Core/Field/BaseFieldDefinition.php, line 34

Class

BaseFieldDefinition
A class for defining entity fields.

Namespace

Drupal\Core\Field

Code

protected $propertyDefinitions;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.