function FieldDefinition::getSettings

Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Field/FieldDefinition.php \Drupal\Core\Field\FieldDefinition::getSettings()
  2. 10 core/lib/Drupal/Core/Field/FieldDefinition.php \Drupal\Core\Field\FieldDefinition::getSettings()
  3. 11.x core/lib/Drupal/Core/Field/FieldDefinition.php \Drupal\Core\Field\FieldDefinition::getSettings()

Overrides DataDefinition::getSettings

File

core/lib/Drupal/Core/Field/FieldDefinition.php, line 300

Class

FieldDefinition
A class for defining entity field definitions.

Namespace

Drupal\Core\Field

Code

public function getSettings() {
    return $this->getItemDefinition()
        ->getSettings() + $this->getFieldStorageDefinition()
        ->getSettings();
}

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