FieldStorageConfig::getOptionsProvider
  • References/PHP/Drupal/Field/src/Entity/FieldStorageConfig

public FieldStorageConfig::getOptionsProvider($property_name

2025-01-10 15:47:30
FieldStorageConfig::getCardinality
  • References/PHP/Drupal/Field/src/Entity/FieldStorageConfig

public FieldStorageConfig::getCardinality()

2025-01-10 15:47:30
FieldStorageConfig::NAME_MAX_LENGTH
  • References/PHP/Drupal/Field/src/Entity/FieldStorageConfig

The maximum length of the field name, in characters. For fields created through Field UI, this includes the 'field_' prefix.

2025-01-10 15:47:30
FieldStorageConfig
  • References/PHP/Drupal/Field/src/Entity/FieldStorageConfig

Defines the Field storage configuration entity. Plugin annotation

2025-01-10 15:47:30
FieldStorageConfig::$indexes
  • References/PHP/Drupal/Field/src/Entity/FieldStorageConfig

The custom storage indexes for the field data storage. This set of indexes is merged with the "default" indexes specified by the field type

2025-01-10 15:47:30
FieldStorageConfig::$cardinality
  • References/PHP/Drupal/Field/src/Entity/FieldStorageConfig

The field cardinality. The maximum number of values the field can hold. Possible values are positive integers or FieldStorageDefinitionInte

2025-01-10 15:47:30
FieldStorageConfig::getBundles
  • References/PHP/Drupal/Field/src/Entity/FieldStorageConfig

public FieldStorageConfig::getBundles()

2025-01-10 15:47:30
FieldStorageConfig::$field_name
  • References/PHP/Drupal/Field/src/Entity/FieldStorageConfig

The field name. This is the name of the property under which the field values are placed in an entity: $entity->{$field_name}. The maximum

2025-01-10 15:47:30
FieldStorageConfig::$translatable
  • References/PHP/Drupal/Field/src/Entity/FieldStorageConfig

Flag indicating whether the field is translatable. Defaults to TRUE. Type: bool

2025-01-10 15:47:30
FieldStorageConfig::$settings
  • References/PHP/Drupal/Field/src/Entity/FieldStorageConfig

Field-type specific settings. An array of key/value pairs, The keys and default values are defined by the field type.

2025-01-10 15:47:30