function FieldItemListInterface::getSetting
Returns the value of a given field setting.
Parameters
string $setting_name: The setting name.
Return value
mixed The setting value.
1 method overrides FieldItemListInterface::getSetting()
- FieldItemList::getSetting in core/
lib/ Drupal/ Core/ Field/ FieldItemList.php  - Returns the value of a given field setting.
 
File
- 
              core/
lib/ Drupal/ Core/ Field/ FieldItemListInterface.php, line 82  
Class
- FieldItemListInterface
 - Interface for fields, being lists of field items.
 
Namespace
Drupal\Core\FieldCode
public function getSetting($setting_name);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.