protected FormatterBase::getFieldSettings()
Returns the array of field settings.
Return value
array The array of settings.
File
- core/lib/Drupal/Core/Field/FormatterBase.php, line 136
Class
- FormatterBase
- Base class for 'Field formatter' plugin implementations.
Namespace
Drupal\Core\Field
Code
protected function getFieldSettings() { return $this->fieldDefinition->getSettings(); }
Please login to continue.