You are here

protected property BaseFieldDefinition::$propertyDefinitions in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 38
Contains \Drupal\Core\Field\BaseFieldDefinition.

Class

BaseFieldDefinition
A class for defining entity fields.

Namespace

Drupal\Core\Field

Code

protected $propertyDefinitions;