Search for config
- Search 7.x for config
- Search 9.5.x for config
- Search 8.9.x for config
- Search 11.x for config
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Config | class | composer/ |
Determine configuration. |
| Config | class | core/ |
Drupal 8+ configuration source from database. |
| Config | class | core/ |
Provides Configuration Management destination plugin. |
| Config | class | core/ |
Defines the default configuration object. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| FieldConfigXmlAnonTest.php | file | core/ |
|
| FieldConfigXmlAnonTest::$defaultTheme | property | core/ |
|
| FieldConfigXmlAnonTest::$format | property | core/ |
|
| FieldConfigXmlAnonTest::$mimeType | property | core/ |
|
| FieldConfigXmlBasicAuthTest | class | core/ |
@group rest |
| FieldConfigXmlBasicAuthTest.php | file | core/ |
|
| FieldConfigXmlBasicAuthTest::$auth | property | core/ |
|
| FieldConfigXmlBasicAuthTest::$defaultTheme | property | core/ |
|
| FieldConfigXmlBasicAuthTest::$format | property | core/ |
|
| FieldConfigXmlBasicAuthTest::$mimeType | property | core/ |
|
| FieldConfigXmlBasicAuthTest::$modules | property | core/ |
|
| FieldConfigXmlCookieTest | class | core/ |
@group rest |
| FieldConfigXmlCookieTest.php | file | core/ |
|
| FieldConfigXmlCookieTest::$auth | property | core/ |
|
| FieldConfigXmlCookieTest::$defaultTheme | property | core/ |
|
| FieldConfigXmlCookieTest::$format | property | core/ |
|
| FieldConfigXmlCookieTest::$mimeType | property | core/ |
|
| FieldDefinition::getConfig | function | core/ |
Gets an object that can be saved in configuration. |
| 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. |
| 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/ |
@covers \Drupal\field\Entity\FieldStorageConfig::getSettings[[api-linebreak]] @covers \Drupal\field\Entity\FieldStorageConfig::setSettings[[api-linebreak]] |
| FieldSettingsTest::testConfigurableFieldStorageSettings | function | core/ |
@covers \Drupal\field\Entity\FieldStorageConfig::getSettings[[api-linebreak]] @covers \Drupal\field\Entity\FieldStorageConfig::setSettings[[api-linebreak]] |
| FieldStorageAddForm::$configFactory | property | core/ |
The configuration factory. |
| 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::$original | property | core/ |
Copy of the field before changes. |
Pagination
- Previous page
- Page 71
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.