public property Field::$settings

Field-type specific settings.

An array of key/value pairs, The keys and default values are defined by the field type in the 'settings' entry of hook_field_info().

Type: array

File

drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/Field.php, line 101
Contains \Drupal\field\Plugin\Core\Entity\Field.

Class

Field
Defines the Field entity.

Namespace

Drupal\field\Plugin\Core\Entity

Code

public $settings = array();