function FieldStorageDefinitionInterface::getPropertyDefinitions

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php \Drupal\Core\Field\FieldStorageDefinitionInterface::getPropertyDefinitions()
  2. 8.9.x core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php \Drupal\Core\Field\FieldStorageDefinitionInterface::getPropertyDefinitions()
  3. 10 core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php \Drupal\Core\Field\FieldStorageDefinitionInterface::getPropertyDefinitions()

Gets an array of property definitions of contained properties.

Return value

\Drupal\Core\TypedData\DataDefinitionInterface[] An array of property definitions of contained properties, keyed by property name.

2 methods override FieldStorageDefinitionInterface::getPropertyDefinitions()
BaseFieldDefinition::getPropertyDefinitions in core/lib/Drupal/Core/Field/BaseFieldDefinition.php
Gets an array of property definitions of contained properties.
FieldStorageConfig::getPropertyDefinitions in core/modules/field/src/Entity/FieldStorageConfig.php
Gets an array of property definitions of contained properties.

File

core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php, line 181

Class

FieldStorageDefinitionInterface
Defines an interface for entity field storage definitions.

Namespace

Drupal\Core\Field

Code

public function getPropertyDefinitions();

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