public property FieldInstance::$settings

Field-type specific settings.

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

Type: array

File

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

Class

FieldInstance
Defines the Field instance entity.

Namespace

Drupal\field\Plugin\Core\Entity

Code

public $settings = array();