You are here

7 calls to FieldDefinitionInterface::getFieldStorageDefinition() in Drupal 10

FieldConfigBase::getDefaultValue in core/lib/Drupal/Core/Field/FieldConfigBase.php
Returns the default value for the field in a newly created entity.
FieldConfigBase::getSetting in core/lib/Drupal/Core/Field/FieldConfigBase.php
Returns the value of a given setting.
FieldConfigBase::getSettings in core/lib/Drupal/Core/Field/FieldConfigBase.php
Returns the array of settings, as required by the used class.
FieldConfigBase::isTranslatable in core/lib/Drupal/Core/Field/FieldConfigBase.php
Returns whether the field is translatable.
FieldConfigBase::postCreate in core/lib/Drupal/Core/Field/FieldConfigBase.php
Acts on a created entity before hooks are invoked.
FieldConfigBase::postSave in core/lib/Drupal/Core/Field/FieldConfigBase.php
Acts on a saved entity before the insert or update hook is invoked.
FieldConfigBase::setDefaultValue in core/lib/Drupal/Core/Field/FieldConfigBase.php
Sets a default value.