Same name and namespace in other branches
  1. 10 core/lib/Drupal/Core/Field/FieldItemListInterface.php \Drupal\Core\Field\FieldItemListInterface::getSettings()
  2. 9 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\Field

Code

public function getSettings();