FieldItemInterface::storageSettingsFromConfigData

public static FieldItemInterface::storageSettingsFromConfigData(array $settings)

Returns a settings array in the field type's canonical representation.

This function does the inverse of static::storageSettingsToConfigData(). It's called when loading a field's settings from a configuration object.

Parameters

array $settings: The field's settings, as it is stored within a configuration object.

Return value

array The settings, in the representation expected by the field type and code that interacts with it.

See also

\Drupal\Core\Field\FieldItemInterface::storageSettingsToConfigData()

File

core/lib/Drupal/Core/Field/FieldItemInterface.php, line 311

Class

FieldItemInterface
Interface for entity field items.

Namespace

Drupal\Core\Field

Code

public static function storageSettingsFromConfigData(array $settings);
doc_Drupal
2016-10-29 09:11:48
Comments
Leave a Comment

Please login to continue.