function FieldConfigBase::getSettings
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Field/FieldConfigBase.php \Drupal\Core\Field\FieldConfigBase::getSettings()
- 8.9.x core/lib/Drupal/Core/Field/FieldConfigBase.php \Drupal\Core\Field\FieldConfigBase::getSettings()
- 11.x core/lib/Drupal/Core/Field/FieldConfigBase.php \Drupal\Core\Field\FieldConfigBase::getSettings()
Returns the array of settings, as required by the used class.
See the documentation of the class for supported or required settings.
Return value
array The array of settings.
Overrides DataDefinitionInterface::getSettings
2 calls to FieldConfigBase::getSettings()
- FieldConfigBase::getItemDefinition in core/
lib/ Drupal/ Core/ Field/ FieldConfigBase.php - Gets the data definition of an item of the list.
- FieldConfigBase::postCreate in core/
lib/ Drupal/ Core/ Field/ FieldConfigBase.php - Acts on a created entity before hooks are invoked.
File
-
core/
lib/ Drupal/ Core/ Field/ FieldConfigBase.php, line 372
Class
- FieldConfigBase
- Base class for configurable field definitions.
Namespace
Drupal\Core\FieldCode
public function getSettings() {
return $this->settings + $this->getFieldStorageDefinition()
->getSettings();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.