Search for conf
| Title | Object type | File name | Summary |
|---|---|---|---|
| FieldDefinition::isDisplayConfigurable | function | core/ |
Returns whether the display for the field can be configured. |
| FieldDefinition::setDisplayConfigurable | function | core/ |
Sets whether the display for the field can be configured. |
| FieldDefinitionInterface::getConfig | function | core/ |
Gets an object that can be saved in configuration. |
| FieldDefinitionInterface::isDisplayConfigurable | function | core/ |
Returns whether the display for the field can be configured. |
| FieldDefinitionTest::testDisplayConfigurationSettings | function | core/ |
Tests the display configuration settings. |
| FieldHooks::configImportStepsAlter | function | core/ |
Implements hook_config_import_steps_alter(). |
| FieldHooks::fieldConfigCreate | function | core/ |
Implements hook_ENTITY_TYPE_create() for 'field_config'. |
| FieldHooks::fieldConfigInsert | function | core/ |
Implements hook_ENTITY_TYPE_insert() for 'field_config'. |
| FieldHooks::fieldConfigPresave | function | core/ |
Implements hook_ENTITY_TYPE_presave() for 'field_config'. |
| FieldHooks::fieldStorageConfigUpdate | function | core/ |
Implements hook_ENTITY_TYPE_update() for 'field_storage_config'. |
| FieldHooks::formConfigAdminImportFormAlter | function | core/ |
Implements hook_form_FORM_ID_alter(). |
| FieldItemBase::fieldSettingsFromConfigData | function | core/ |
Returns a settings array in the field type's canonical representation. |
| FieldItemBase::fieldSettingsToConfigData | function | core/ |
Returns a settings array that can be stored as a configuration value. |
| FieldItemBase::storageSettingsFromConfigData | function | core/ |
Returns a settings array in the field type's canonical representation. |
| FieldItemBase::storageSettingsToConfigData | function | core/ |
Returns a settings array that can be stored as a configuration value. |
| FieldItemInterface::fieldSettingsFromConfigData | function | core/ |
Returns a settings array in the field type's canonical representation. |
| FieldItemInterface::fieldSettingsToConfigData | function | core/ |
Returns a settings array that can be stored as a configuration value. |
| FieldItemInterface::storageSettingsFromConfigData | function | core/ |
Returns a settings array in the field type's canonical representation. |
| FieldItemInterface::storageSettingsToConfigData | function | core/ |
Returns a settings array that can be stored as a configuration value. |
| FieldMissingTypeTest::$strictConfigSchema | property | core/ |
Set to FALSE because we are hacking a field storage to use a fake type. |
| FieldPluginBaseTest::$configuration | property | core/ |
The configuration of the plugin under test. |
| FieldRenderedEntityTest::assertConfigDependencies | function | core/ |
Ensures that the config dependencies are calculated the right way. |
| FieldSettingsTest::testConfigurableFieldSettings | function | core/ |
Tests configurable field settings. |
| FieldSettingsTest::testConfigurableFieldStorageSettings | function | core/ |
Tests configurable field storage settings. |
| FieldStorageConfig | class | core/ |
Defines the Field storage configuration entity. |
| FieldStorageConfig.php | file | core/ |
|
| FieldStorageConfig::$cardinality | property | core/ |
The field cardinality. |
| FieldStorageConfig::$custom_storage | property | core/ |
A boolean indicating whether or not the field item uses custom storage. |
| FieldStorageConfig::$deleted | property | core/ |
Flag indicating whether the field is deleted. |
| FieldStorageConfig::$entity_type | property | core/ |
The name of the entity type the field can be attached to. |
| FieldStorageConfig::$field_name | property | core/ |
The field name. |
| FieldStorageConfig::$id | property | core/ |
The field ID. |
| FieldStorageConfig::$inDeletion | property | core/ |
Static flag set to prevent recursion during field deletes. |
| FieldStorageConfig::$indexes | property | core/ |
The custom storage indexes for the field data storage. |
| FieldStorageConfig::$locked | property | core/ |
Flag indicating whether the field is available for editing. |
| FieldStorageConfig::$module | property | core/ |
The name of the module that provides the field type. |
| FieldStorageConfig::$persist_with_no_fields | property | core/ |
Flag indicating whether the field storage should be deleted when orphaned. |
| FieldStorageConfig::$propertyDefinitions | property | core/ |
An array of field property definitions. |
| FieldStorageConfig::$schema | property | core/ |
The field schema. |
| FieldStorageConfig::$settings | property | core/ |
Field-type specific settings. |
| FieldStorageConfig::$translatable | property | core/ |
Flag indicating whether the field is translatable. |
| FieldStorageConfig::$type | property | core/ |
The field type. |
| FieldStorageConfig::calculateDependencies | function | core/ |
Calculates dependencies and stores them in the dependency property. |
| FieldStorageConfig::getBundles | function | core/ |
Returns the list of bundles where the field storage has fields. |
| FieldStorageConfig::getCardinality | function | core/ |
Returns the maximum number of items allowed for the field. |
| FieldStorageConfig::getColumns | function | core/ |
Returns the field columns, as defined in the field schema. |
| FieldStorageConfig::getConstraint | function | core/ |
Returns a validation constraint. |
| FieldStorageConfig::getConstraints | function | core/ |
Returns an array of validation constraints. |
| FieldStorageConfig::getDescription | function | core/ |
Returns the human-readable description for the field. |
| FieldStorageConfig::getFieldItemClass | function | core/ |
Helper to retrieve the field item class. |
Pagination
- Previous page
- Page 77
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.