Search for conf
Title | Object type | File name | Summary |
---|---|---|---|
ConfigPrefixLengthException.php | file | core/ |
|
ConfigQueryTest | class | core/ |
Defines the ConfigQueryTest configuration entity used by the query test. |
ConfigQueryTest.php | file | core/ |
|
ConfigQueryTest::$array | property | core/ |
An array used by the wildcard tests. |
ConfigQueryTest::$number | property | core/ |
A number used by the sort tests. |
ConfigRenameEvent | class | core/ |
Configuration event fired when renaming a configuration object. |
ConfigRenameEvent.php | file | core/ |
|
ConfigRenameEvent::$oldName | property | core/ |
The old configuration object name. |
ConfigRenameEvent::getOldName | function | core/ |
Gets the old configuration object name. |
ConfigRenameEvent::__construct | function | core/ |
Constructs the config rename event. |
ConfigSchemaAlterException | class | core/ |
Exception for when hook_config_schema_info_alter() adds or removes schema. |
ConfigSchemaAlterException.php | file | core/ |
|
ConfigSchemaChecker | class | core/ |
Listens to the config save event and validates schema. |
ConfigSchemaChecker.php | file | core/ |
|
ConfigSchemaChecker::$checked | property | core/ |
An array of config checked already. Keyed by config name and a checksum. |
ConfigSchemaChecker::$exclude | property | core/ |
An array of config object names that are excluded from schema checking. |
ConfigSchemaChecker::$typedManager | property | core/ |
The typed config manger. |
ConfigSchemaChecker::getSubscribedEvents | function | core/ |
|
ConfigSchemaChecker::onConfigSave | function | core/ |
Checks that configuration complies with its schema on config save. |
ConfigSchemaChecker::__construct | function | core/ |
Constructs the ConfigSchemaChecker object. |
ConfigSchemaDeprecationTest | class | core/ |
Tests config schema deprecation. |
ConfigSchemaDeprecationTest.php | file | core/ |
|
ConfigSchemaDeprecationTest::$modules | property | core/ |
Modules to enable. |
ConfigSchemaDeprecationTest::testConfigSchemaDeprecation | function | core/ |
Tests config schema deprecation. |
ConfigSchemaDiscovery | class | core/ |
Allows YAML files to define config schema types. |
ConfigSchemaDiscovery.php | file | core/ |
|
ConfigSchemaDiscovery::$schemaStorage | property | core/ |
A storage instance for reading configuration schema data. |
ConfigSchemaDiscovery::getDefinitions | function | core/ |
Gets the definition of all plugins for this type. |
ConfigSchemaDiscovery::__construct | function | core/ |
Constructs a ConfigSchemaDiscovery object. |
ConfigSchemaTest | class | core/ |
Tests schema for configuration objects. |
ConfigSchemaTest.php | file | core/ |
|
ConfigSchemaTest::$modules | property | core/ |
Modules to enable. |
ConfigSchemaTest::setUp | function | core/ |
|
ConfigSchemaTest::testColonsInSchemaTypeDetermination | function | core/ |
Tests use of colons in schema type determination. |
ConfigSchemaTest::testConfigSaveMappingSort | function | core/ |
Test configuration value data type enforcement using schemas. |
ConfigSchemaTest::testConfigSaveWithSchema | function | core/ |
Tests configuration value data type enforcement using schemas. |
ConfigSchemaTest::testConfigSaveWithSequenceSorting | function | core/ |
Tests configuration sequence sorting using schemas. |
ConfigSchemaTest::testConfigSaveWithWrappingSchema | function | core/ |
Tests saving config when the type is wrapped by a dynamic type. |
ConfigSchemaTest::testConfigSaveWithWrappingSchemaDoubleBrackets | function | core/ |
Tests dynamic config schema type with multiple sub-key references. |
ConfigSchemaTest::testConfigSchemaInfoAlter | function | core/ |
Tests hook_config_schema_info_alter(). |
ConfigSchemaTest::testSchemaData | function | core/ |
Tests metadata applied to configuration objects. |
ConfigSchemaTest::testSchemaFallback | function | core/ |
Tests fallback to a greedy wildcard. |
ConfigSchemaTest::testSchemaMapping | function | core/ |
Tests the basic metadata retrieval layer. |
ConfigSchemaTest::testSchemaMappingWithParents | function | core/ |
Tests metadata retrieval with several levels of %parent indirection. |
ConfigSingleExportForm | class | core/ |
Provides a form for exporting a single configuration file. |
ConfigSingleExportForm.php | file | core/ |
|
ConfigSingleExportForm::$configStorage | property | core/ |
The config storage. |
ConfigSingleExportForm::$definitions | property | core/ |
Tracks the valid config entity type definitions. |
ConfigSingleExportForm::$entityTypeManager | property | core/ |
The entity type manager. |
ConfigSingleExportForm::buildForm | function | core/ |
Form constructor. |
Pagination
- Previous page
- Page 36
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.