Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| twocol_section.css | file | core/ |
/* * @file * Provides the layout styles for two-column layout section. */ .layout--twocol-section { display: flex; flex-wrap: wrap; } .layout--twocol-section > .layout__region { flex: 0 1 100%; } @media screen and (min-width: 40em) { … |
| twocol_section.css | file | core/ |
/* * @file * Provides the layout styles for two-column layout section. */ .layout--twocol-section { display: flex; flex-wrap: wrap; } .layout--twocol-section > .layout__region { flex: 0 1 100%; } /* Medium */ @media screen and… |
| twocol_section.css | file | core/ |
/* * @file * Provides the layout styles for two-column layout section. */ .layout--twocol-section { display: flex; flex-wrap: wrap; } .layout--twocol-section > .layout__region { flex: 0 1 100%; } @media screen and (min-width: 40em) { … |
| twocol_section.css | file | core/ |
/* * @file * Provides the layout styles for two-column layout section. */ .layout--twocol-section { display: flex; flex-wrap: wrap; } .layout--twocol-section > .layout__region { flex: 0 1 100%; } @media screen and (min-width: 40em) { … |
| Type::$nodeTypeStorage | property | core/ |
NodeType storage handler. |
| Type::summaryName | function | core/ |
Provides the name to use for the summary, defaults to the name field. |
| Type::__construct | function | core/ |
Constructs a new Node Type object. |
| TypedConfigInterface::getElements | function | core/ |
Gets an array of contained elements. |
| TypedConfigInterface::isEmpty | function | core/ |
Determines whether the data structure is empty. |
| 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::clearCachedDefinitions | function | core/ |
Clears static and persistent plugin definition caches. |
| TypedConfigManager::getDefinitionWithReplacements | function | core/ |
Gets a schema definition with replacements for dynamic names. |
| TypedConfigManager::getDiscovery | function | core/ |
Gets the plugin discovery. |
| 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::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::$modules | property | core/ |
Modules to enable. |
| TypedConfigTest::setUp | function | core/ |
|
| 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::createInstance | function | core/ |
Constructs a TypedData object given its definition and context. |
| TypedData::getConstraints | function | core/ |
Gets a list of validation constraints. |
| TypedData::getString | function | core/ |
Returns a string representation of the data. |
| TypedData::setContext | function | core/ |
Sets the context of a property or item via a context aware parent. |
| TypedData::setValue | function | core/ |
Sets the data value. |
| TypedData::__construct | function | core/ |
Constructs a TypedData object given its definition and context. |
| TypedDataDefinitionTest | class | core/ |
Tests deriving metadata of core data types. |
| TypedDataDefinitionTest.php | file | core/ |
|
| TypedDataDefinitionTest::$typedDataManager | property | core/ |
The typed data manager to use. |
| TypedDataDefinitionTest::setUp | function | core/ |
|
| TypedDataDefinitionTest::testDataReferences | function | core/ |
Tests deriving metadata from data references. |
| TypedDataDefinitionTest::testLists | function | core/ |
Tests deriving metadata about list items. |
| TypedDataDefinitionTest::testMaps | function | core/ |
Tests deriving metadata about maps. |
| TypedDataInterface::createInstance | function | core/ |
Constructs a TypedData object given its definition and context. |
| TypedDataInterface::getConstraints | function | core/ |
Gets a list of validation constraints. |
| TypedDataInterface::getString | function | core/ |
Returns a string representation of the data. |
| TypedDataInterface::setContext | function | core/ |
Sets the context of a property or item via a context aware parent. |
| TypedDataInterface::setValue | function | core/ |
Sets the data value. |
| TypedDataInternalPropertiesHelper | class | core/ |
Helper class for internal properties. |
| TypedDataInternalPropertiesHelper.php | file | core/ |
|
| TypedDataInternalPropertiesHelper::getNonInternalProperties | function | core/ |
Gets an array non-internal properties from a complex data object. |
| TypedDataManager::$classResolver | property | core/ |
The class resolver. |
| TypedDataManager::$constraintManager | property | core/ |
The validation constraint manager to use for instantiating constraints. |
| TypedDataManager::$prototypes | property | core/ |
An array of typed data property prototypes. |
| TypedDataManager::clearCachedDefinitions | function | core/ |
Clears static and persistent plugin definition caches. |
Pagination
- Previous page
- Page 1317
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.