function FieldItemListInterface::getSettings
Same name in other branches
- 9 core/lib/Drupal/Core/Field/FieldItemListInterface.php \Drupal\Core\Field\FieldItemListInterface::getSettings()
- 10 core/lib/Drupal/Core/Field/FieldItemListInterface.php \Drupal\Core\Field\FieldItemListInterface::getSettings()
- 11.x core/lib/Drupal/Core/Field/FieldItemListInterface.php \Drupal\Core\Field\FieldItemListInterface::getSettings()
Returns the array of field settings.
Return value
array An array of key/value pairs.
1 method overrides FieldItemListInterface::getSettings()
- FieldItemList::getSettings in core/
lib/ Drupal/ Core/ Field/ FieldItemList.php - Returns the array of field settings.
File
-
core/
lib/ Drupal/ Core/ Field/ FieldItemListInterface.php, line 71
Class
- FieldItemListInterface
- Interface for fields, being lists of field items.
Namespace
Drupal\Core\FieldCode
public function getSettings();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.