You are here

8 calls to FieldDefinition::getFieldStorageDefinition() in Drupal 10

FieldDefinition::getDefaultValue in core/lib/Drupal/Core/Field/FieldDefinition.php
Returns the default value for the field in a newly created entity.
FieldDefinition::getName in core/lib/Drupal/Core/Field/FieldDefinition.php
Returns the machine name of the field.
FieldDefinition::getSetting in core/lib/Drupal/Core/Field/FieldDefinition.php
Returns the value of a given setting.
FieldDefinition::getSettings in core/lib/Drupal/Core/Field/FieldDefinition.php
Returns the array of settings, as required by the used class.
FieldDefinition::getTargetEntityTypeId in core/lib/Drupal/Core/Field/FieldDefinition.php
Returns the ID of the entity type the field is attached to.
FieldDefinition::getType in core/lib/Drupal/Core/Field/FieldDefinition.php
Returns the field type.
FieldDefinition::isTranslatable in core/lib/Drupal/Core/Field/FieldDefinition.php
Returns whether the field is translatable.
FieldDefinition::setDefaultValue in core/lib/Drupal/Core/Field/FieldDefinition.php
Set a default value for the field.