function FieldItemInterface::defaultStorageSettings
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/Field/FieldItemInterface.php \Drupal\Core\Field\FieldItemInterface::defaultStorageSettings()
- 10 core/lib/Drupal/Core/Field/FieldItemInterface.php \Drupal\Core\Field\FieldItemInterface::defaultStorageSettings()
- 9 core/lib/Drupal/Core/Field/FieldItemInterface.php \Drupal\Core\Field\FieldItemInterface::defaultStorageSettings()
- 8.9.x core/lib/Drupal/Core/Field/FieldItemInterface.php \Drupal\Core\Field\FieldItemInterface::defaultStorageSettings()
Defines the storage-level settings for this plugin.
Setting names defined by this method must not duplicate the setting names returned by this plugin's implementation of defaultFieldSettings(), as both lists of settings are merged.
Return value
array A list of default settings, keyed by the setting name.
1 method overrides FieldItemInterface::defaultStorageSettings()
- FieldItemBase::defaultStorageSettings in core/
lib/ Drupal/ Core/ Field/ FieldItemBase.php - Defines the storage-level settings for this plugin.
File
-
core/
lib/ Drupal/ Core/ Field/ FieldItemInterface.php, line 259
Class
- FieldItemInterface
- Interface for entity field items.
Namespace
Drupal\Core\FieldCode
public static function defaultStorageSettings();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.