public function FieldStorageDefinitionInterface::getPropertyDefinitions in Drupal 9
Same name and namespace in other branches
- 8 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\FieldCode
public function getPropertyDefinitions();