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.
array $settings: The field's settings, as it is stored within a configuration object.
array The settings, in the representation expected by the field type and code that interacts with it.
\Drupal\Core\Field\FieldItemInterface::storageSettingsToConfigData()
public static function storageSettingsFromConfigData(array $settings);
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Field!FieldItemInterface.php/function/FieldItemInterface::storageSettingsFromConfigData/8.1.x