Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| TypedConfigManager::buildDataDefinition | function | core/ |
|
| TypedConfigManager::clearCachedDefinitions | function | core/ |
|
| TypedConfigManager::createFromNameAndData | function | core/ |
|
| 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/ |
|
| TypedConfigManager::getDefinition | function | core/ |
|
| TypedConfigManager::getDefinitionWithReplacements | function | core/ |
Gets a schema definition with replacements for dynamic type names. |
| TypedConfigManager::getDiscovery | function | core/ |
|
| 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/ |
|
| 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/ |
|
| TypedConfigTest::$modules | property | core/ |
|
| 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. |
| TypedData | class | core/ |
The abstract base class for typed data. |
| TypedData.php | file | core/ |
|
| TypedData::$definition | property | core/ |
The data definition. |
| TypedData::$name | property | core/ |
The property name. |
| TypedData::$parent | property | core/ |
The parent typed data object. |
| TypedData::applyDefaultValue | function | core/ |
|
| TypedData::createInstance | function | core/ |
|
| TypedData::getConstraints | function | core/ |
|
| TypedData::getDataDefinition | function | core/ |
|
| TypedData::getName | function | core/ |
|
| TypedData::getParent | function | core/ |
|
| TypedData::getPluginDefinition | function | core/ |
|
| TypedData::getPluginId | function | core/ |
|
| TypedData::getPropertyPath | function | core/ |
|
| TypedData::getRoot | function | core/ |
|
| TypedData::getString | function | core/ |
|
| TypedData::getValue | function | core/ |
|
| TypedData::setContext | function | core/ |
|
| TypedData::setValue | function | core/ |
|
| TypedData::validate | function | core/ |
|
| TypedData::__construct | function | core/ |
Constructs a TypedData object given its definition and context. |
| TypedDataAwareValidatorTrait | trait | core/ |
Defines a trait to access the typed data object of a validated value. |
Pagination
- Previous page
- Page 1690
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.