You are here

public function FieldStorageDefinitionInterface::getPropertyDefinitions in Drupal 8

Same name and namespace in other branches
  1. 9 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 195

Class

FieldStorageDefinitionInterface
Defines an interface for entity field storage definitions.

Namespace

Drupal\Core\Field

Code

public function getPropertyDefinitions();