function FieldStorageDefinitionInterface::getPropertyDefinitions
Same name in other branches
- 9 core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php \Drupal\Core\Field\FieldStorageDefinitionInterface::getPropertyDefinitions()
- 10 core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php \Drupal\Core\Field\FieldStorageDefinitionInterface::getPropertyDefinitions()
- 11.x 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\FieldCode
public function getPropertyDefinitions();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.