protected property FieldStorageConfig::$settings in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/field/src/Entity/FieldStorageConfig.php \Drupal\field\Entity\FieldStorageConfig::settings
Field-type specific settings.
An array of key/value pairs, The keys and default values are defined by the field type.
Type: array
File
- core/
modules/ field/ src/ Entity/ FieldStorageConfig.php, line 113 - Contains \Drupal\field\Entity\FieldStorageConfig.
Class
- FieldStorageConfig
- Defines the Field storage configuration entity.
Namespace
Drupal\field\EntityCode
protected $settings = [];