Search for conf
| Title | Object type | File name | Summary |
|---|---|---|---|
| plugin.manager.config_action | service | core/ |
Drupal\Core\Config\Action\ConfigActionManager |
| plugin.manager.config_translation.mapper | service | core/ |
Drupal\config_translation\ConfigMapperManager |
| PluginBase::$configuration | property | core/ |
Configuration information passed into the plugin. |
| PluginBase::isConfigurable | function | core/ |
Determines if the plugin is configurable. |
| PluginFormBase::validateConfigurationForm | function | core/ |
Form validation handler. |
| PluginFormInterface::buildConfigurationForm | function | core/ |
Form constructor. |
| PluginFormInterface::submitConfigurationForm | function | core/ |
Form submission handler. |
| PluginFormInterface::validateConfigurationForm | function | core/ |
Form validation handler. |
| PluralVariants::setConfig | function | core/ |
Sets configuration based on a nested form value array. |
| PreconfiguredFieldUiOptionsInterface | interface | core/ |
Defines an interface for exposing "preconfigured" field definitions. |
| PreconfiguredFieldUiOptionsInterface.php | file | core/ |
|
| PreconfiguredFieldUiOptionsInterface::getPreconfiguredOptions | function | core/ |
Returns preconfigured field options for a field type. |
| PredefinedStatesWorkflowTestType::defaultConfiguration | function | core/ |
Gets default configuration for this plugin. |
| PreExistingConfigException | class | core/ |
An exception thrown if configuration with the same name already exists. |
| PreExistingConfigException.php | file | core/ |
|
| PreExistingConfigException::$configObjects | property | core/ |
A list of configuration objects that already exist in active configuration. |
| PreExistingConfigException::$extension | property | core/ |
The name of the module that is being installed. |
| PreExistingConfigException::create | function | core/ |
Creates an exception for an extension and a list of configuration objects. |
| PreExistingConfigException::flattenConfigObjects | function | core/ |
Flattens the config object array to a single dimensional list. |
| PreExistingConfigException::getConfigObjects | function | core/ |
Gets the list of configuration objects that already exist. |
| PreExistingConfigException::getExtension | function | core/ |
Gets the name of the extension that is being installed. |
| PrepareModulesEntityUninstallForm::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
| ProcessedText::configFactory | function | core/ |
Wraps the config factory. |
| Query::$configFactory | property | core/ |
The config factory used by the config entity query. |
| Query::getConfigKeyStore | function | core/ |
Gets the key value store used to store fast lookups. |
| QueryFactory::$configFactory | property | core/ |
The config factory used by the config entity query. |
| QueryFactory::$configManager | property | core/ |
The configuration manager. |
| QueryFactory::CONFIG_LOOKUP_PREFIX | constant | core/ |
The prefix for the key value collection for fast lookups. |
| QueryFactory::deleteConfigKeyStore | function | core/ |
Deletes lookup data. |
| QueryFactory::getConfigKeyStore | function | core/ |
Gets the key value store used to store fast lookups. |
| QueryFactory::onConfigDelete | function | core/ |
Removes configuration entity from key store. |
| QueryFactory::onConfigSave | function | core/ |
Updates configuration entity in the key store. |
| QueryFactory::updateConfigKeyStore | function | core/ |
Updates or adds lookup data. |
| QueryFactoryTest::getConfigObject | function | core/ |
Gets a test configuration object. |
| QuickStartCommand::configure | function | core/ |
|
| ReadOnlyStorageTest::setRandomFixtureConfig | function | core/ |
Generate random config in the memory storage. |
| RebuildPermissionsForm::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
| Recipe::validateConfigActions | function | core/ |
Validates that the corresponding extension is enabled for a config action. |
| RecipeCommand::configure | function | core/ |
|
| RecipeCommandTest::$strictConfigSchema | property | core/ |
Disable strict config schema because this test explicitly makes the recipe system save invalid config, to prove that it validates it after the fact and raises an error. |
| RecipeCommandTest::testDefaultInputValueFromConfig | function | core/ |
|
| RecipeConfigInstaller | class | core/ |
Extends the ConfigInstaller service for recipes. |
| RecipeConfigInstaller.php | file | core/ |
|
| RecipeConfigInstaller::installRecipeConfig | function | core/ |
|
| RecipeConfigStorageWrapper | class | core/ |
Merges two storages together. |
| RecipeConfigStorageWrapper.php | file | core/ |
|
| RecipeConfigStorageWrapper::createCollection | function | core/ |
Creates a collection on the storage. |
| RecipeConfigStorageWrapper::createStorageFromArray | function | core/ |
Creates a single config storage for an array of storages. |
| RecipeConfigStorageWrapper::decode | function | core/ |
Decodes configuration data from the storage-specific format. |
| RecipeConfigStorageWrapper::delete | function | core/ |
Deletes a configuration object from the storage. |
Pagination
- Previous page
- Page 107
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.