Search for config
- Search 7.x for config
- Search 9.5.x for config
- Search 8.9.x for config
- Search 10.3.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 |
|---|---|---|---|
| ImmutableConfig.php | file | core/ |
|
| ImmutableConfig::clear | function | core/ |
Unsets a value in this configuration object. |
| ImmutableConfig::delete | function | core/ |
Deletes the configuration object. |
| ImmutableConfig::save | function | core/ |
Saves the configuration object. |
| ImmutableConfig::set | function | core/ |
Sets a value in this configuration object. |
| ImmutableConfigException | class | core/ |
Exception throw when an immutable config object is altered. |
| ImmutableConfigException.php | file | core/ |
|
| ImmutableConfigTest | class | core/ |
Tests Drupal\Core\Config\ImmutableConfig. |
| ImmutableConfigTest.php | file | core/ |
|
| ImmutableConfigTest::$config | property | core/ |
The immutable config object under test. |
| ImmutableConfigTest::setUp | function | core/ |
|
| ImmutableConfigTest::testClear | function | core/ |
Tests clear. |
| ImmutableConfigTest::testDelete | function | core/ |
Tests delete. |
| ImmutableConfigTest::testSave | function | core/ |
Tests save. |
| ImmutableConfigTest::testSet | function | core/ |
Tests set. |
| ImmutablePropertiesConstraintValidatorTest::testValidatorRequiresAConfigEntity | function | core/ |
Tests that only config entities are accepted by the validator. |
| IncorrectConfigTargetForm | class | core/ |
A form for configuring preferences with AJAX updates. |
| IncorrectConfigTargetForm.php | file | core/ |
|
| IncorrectConfigTargetForm::buildForm | function | core/ |
Form constructor. |
| IncorrectConfigTargetForm::getEditableConfigNames | function | core/ |
Gets the configuration names that will be editable. |
| IncorrectConfigTargetForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| InlineBlock::buildConfigurationForm | function | core/ |
Form constructor. |
| InlineBlock::defaultConfiguration | function | core/ |
|
| InlineBlockTestBase::configureInlineBlock | function | core/ |
Configures an inline block in the Layout Builder. |
| InputConfigurator | class | core/ |
Collects and validates input values for a recipe. |
| InputConfigurator.php | file | core/ |
|
| InputConfigurator::$data | property | core/ |
The input data. |
| InputConfigurator::$values | property | core/ |
The collected input values, or NULL if none have been collected yet. |
| InputConfigurator::collectAll | function | core/ |
Collects input values for this recipe and its dependencies. |
| InputConfigurator::describeAll | function | core/ |
Returns the description for all inputs of this recipe and its dependencies. |
| InputConfigurator::getDataDefinitions | function | core/ |
Returns the typed data definitions for the inputs defined by this recipe. |
| InputConfigurator::getDefaultValue | function | core/ |
Returns the default value for an input definition. |
| InputConfigurator::getValues | function | core/ |
Returns the collected input values, keyed by name. |
| InputConfigurator::__construct | function | core/ |
|
| InputTest::testDefaultValueFromConfig | function | core/ |
Tests getting the default value from configuration. |
| InputTest::testDefaultValueFromNonExistentConfigWithFallback | function | core/ |
Tests getting the fallback default value from non-existing configuration. |
| InputTest::testInputInConfigEntityIds | function | core/ |
Tests using input values in entity IDs for config actions. |
| InstallCommand::configure | function | core/ |
|
| InstallConfigurator | class | core/ |
@internal This API is experimental. |
| InstallConfigurator.php | file | core/ |
|
| InstallConfigurator::$modules | property | core/ |
The list of modules to install. |
| InstallConfigurator::$themes | property | core/ |
The list of themes to install. |
| InstallConfigurator::__construct | function | core/ |
|
| InstallConfiguratorTest | class | core/ |
Tests Install Configurator. |
| InstallConfiguratorTest.php | file | core/ |
|
| InstallConfiguratorTest::testDependenciesAreAutomaticallyIncluded | function | core/ |
Tests the modules and themes to be installed. |
| InstallerConfigDirectorySetNoDirectoryErrorTest | class | core/ |
Tests installation when a config_sync_directory is set up but does not exist. |
| InstallerConfigDirectorySetNoDirectoryErrorTest.php | file | core/ |
|
| InstallerConfigDirectorySetNoDirectoryErrorTest::$configDirectory | property | core/ |
The directory where the sync directory should be created during install. |
| InstallerConfigDirectorySetNoDirectoryErrorTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
Pagination
- Previous page
- Page 82
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.