Search for conf
| Title | Object type | File name | Summary |
|---|---|---|---|
| TypedConfigInterface | interface | core/ |
Interface for a typed configuration object that contains multiple elements. |
| TypedConfigInterface.php | file | core/ |
|
| TypedConfigInterface::get | function | core/ |
Gets a contained typed configuration element. |
| TypedConfigInterface::getElements | function | core/ |
Gets an array of contained elements. |
| TypedConfigInterface::isEmpty | function | core/ |
Determines whether the data structure is empty. |
| TypedConfigInterface::toArray | function | core/ |
Returns an array of all property values. |
| TypedConfigManager | class | core/ |
Manages config schema type plugins. |
| TypedConfigManager.php | file | core/ |
|
| TypedConfigManager::$configStorage | property | core/ |
A storage instance for reading configuration data. |
| TypedConfigManager::$definitions | property | core/ |
The array of plugin definitions, keyed by plugin id. |
| TypedConfigManager::$schemaStorage | property | core/ |
A storage instance for reading configuration schema data. |
| TypedConfigManager::alterDefinitions | function | core/ |
Invokes the hook to alter the definitions if the alter hook is set. |
| TypedConfigManager::buildDataDefinition | function | core/ |
Creates a new data definition object. |
| TypedConfigManager::clearCachedDefinitions | function | core/ |
Clears static and persistent plugin definition caches. |
| TypedConfigManager::createFromNameAndData | function | core/ |
Gets typed data for a given configuration name and its values. |
| TypedConfigManager::determineType | function | core/ |
Determines the typed config type for a plugin ID. |
| TypedConfigManager::findFallback | function | core/ |
Finds fallback configuration schema name. |
| TypedConfigManager::get | function | core/ |
Gets typed configuration data. |
| TypedConfigManager::getDefinition | function | core/ |
Gets a specific plugin definition. |
| TypedConfigManager::getDefinitionWithReplacements | function | core/ |
Gets a schema definition with replacements for dynamic type names. |
| TypedConfigManager::getDiscovery | function | core/ |
Gets the plugin discovery. |
| TypedConfigManager::getFallbackName | function | core/ |
Gets fallback configuration schema name. |
| TypedConfigManager::getStaticTypeRoot | function | core/ |
Gets the static type root for a config schema object. |
| TypedConfigManager::hasConfigSchema | function | core/ |
Checks if the configuration schema with the given config name exists. |
| TypedConfigManager::__construct | function | core/ |
Creates a new typed configuration manager. |
| TypedConfigManagerInterface | interface | core/ |
Defines an interface for managing config schema type plugins. |
| TypedConfigManagerInterface.php | file | core/ |
|
| TypedConfigManagerInterface::buildDataDefinition | function | core/ |
Creates a new data definition object. |
| TypedConfigManagerInterface::createFromNameAndData | function | core/ |
Gets typed data for a given configuration name and its values. |
| TypedConfigManagerInterface::get | function | core/ |
Gets typed configuration data. |
| TypedConfigManagerInterface::getDefinition | function | core/ |
Gets a specific plugin definition. |
| TypedConfigManagerInterface::hasConfigSchema | function | core/ |
Checks if the configuration schema with the given config name exists. |
| TypedConfigTest | class | core/ |
Tests config validation mechanism. |
| TypedConfigTest.php | file | core/ |
|
| TypedConfigTest::$configSchemaCheckerExclusions | property | core/ |
An array of config object names that are excluded from schema checking. |
| TypedConfigTest::$modules | property | core/ |
Modules to install. |
| TypedConfigTest::setUp | function | core/ |
|
| TypedConfigTest::testNotBlankInteractionWithNotNull | function | core/ |
Tests the behavior of `NotBlank` on required data. |
| TypedConfigTest::testSimpleConfigValidation | function | core/ |
Tests config validation via the Typed Data API. |
| TypedConfigTest::testTypedDataAPI | function | core/ |
Verifies that the Typed Data API is implemented correctly. |
| UnicornEditor::buildConfigurationForm | function | core/ |
Form constructor. |
| UnitTestCase::getConfigFactoryStub | function | core/ |
Returns a stub config factory that behaves according to the passed array. |
| UnmetDependenciesException::$configObjects | property | core/ |
A list of configuration objects that have unmet dependencies. |
| UnmetDependenciesException::formatConfigObjectList | function | core/ |
Formats a list of configuration objects. |
| UnmetDependenciesException::getConfigObjects | function | core/ |
Gets the list of configuration objects that have unmet dependencies. |
| UnpackCommand::configure | function | composer/ |
|
| UnroutedUrlAssemblerTest::$configFactory | property | core/ |
The mocked config factory. |
| UnsupportedDataTypeConfigException | class | core/ |
Exception thrown when a config data type is invalid. |
| UnsupportedDataTypeConfigException.php | file | core/ |
|
| UpdateDeleteFileIfStaleTest::$strictConfigSchema | property | core/ |
Disable strict config schema checking. |
Pagination
- Previous page
- Page 122
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.