FieldItemListInterface::getSetting

public FieldItemListInterface::getSetting($setting_name)

Returns the value of a given field setting.

Parameters

string $setting_name: The setting name.

Return value

mixed The setting value.

File

core/lib/Drupal/Core/Field/FieldItemListInterface.php, line 79

Class

FieldItemListInterface
Interface for fields, being lists of field items.

Namespace

Drupal\Core\Field

Code

public function getSetting($setting_name);
doc_Drupal
2016-10-29 09:12:01
Comments
Leave a Comment

Please login to continue.