FormatterBase::getFieldSettings

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();
}
doc_Drupal
2016-10-29 09:15:11
Comments
Leave a Comment

Please login to continue.