Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Field/FieldDefinitionInterface.php \Drupal\Core\Field\FieldDefinitionInterface::getConfig()
  2. 9 core/lib/Drupal/Core/Field/FieldDefinitionInterface.php \Drupal\Core\Field\FieldDefinitionInterface::getConfig()

Gets an object that can be saved in configuration.

Base fields are defined in code. In order to configure field definition properties per bundle use this method to create an override that can be saved in configuration.

Parameters

string $bundle: The bundle to get the configurable field for.

Return value

\Drupal\Core\Field\FieldConfigInterface

See also

\Drupal\Core\Field\Entity\BaseFieldBundleOverride

3 methods override FieldDefinitionInterface::getConfig()
BaseFieldDefinition::getConfig in core/lib/Drupal/Core/Field/BaseFieldDefinition.php
Gets an object that can be saved in configuration.
FieldConfigBase::getConfig in core/lib/Drupal/Core/Field/FieldConfigBase.php
Gets an object that can be saved in configuration.
FieldDefinition::getConfig in core/lib/Drupal/Core/Field/FieldDefinition.php
Gets an object that can be saved in configuration.

File

core/lib/Drupal/Core/Field/FieldDefinitionInterface.php, line 260

Class

FieldDefinitionInterface
Defines an interface for entity field definitions.

Namespace

Drupal\Core\Field

Code

public function getConfig($bundle);