function FieldItemListInterface::getSettings

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.