Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
twocol_section.css file core/themes/stable9/layouts/layout_builder/twocol_section/twocol_section.css /*
* @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/profiles/demo_umami/themes/umami/layouts/twocol_section/twocol_section.css /*
* @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/themes/stable/layouts/twocol_section/twocol_section.css /*
* @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/modules/layout_builder/layouts/twocol_section/twocol_section.css /*
* @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/modules/node/src/Plugin/views/argument/Type.php NodeType storage handler.
Type::summaryName function core/modules/node/src/Plugin/views/argument/Type.php Provides the name to use for the summary, defaults to the name field.
Type::__construct function core/modules/node/src/Plugin/views/argument/Type.php Constructs a new Node Type object.
TypedConfigInterface::getElements function core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php Gets an array of contained elements.
TypedConfigInterface::isEmpty function core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php Determines whether the data structure is empty.
TypedConfigManager::$configStorage property core/lib/Drupal/Core/Config/TypedConfigManager.php A storage instance for reading configuration data.
TypedConfigManager::$definitions property core/lib/Drupal/Core/Config/TypedConfigManager.php The array of plugin definitions, keyed by plugin id.
TypedConfigManager::$schemaStorage property core/lib/Drupal/Core/Config/TypedConfigManager.php A storage instance for reading configuration schema data.
TypedConfigManager::alterDefinitions function core/lib/Drupal/Core/Config/TypedConfigManager.php Invokes the hook to alter the definitions if the alter hook is set.
TypedConfigManager::clearCachedDefinitions function core/lib/Drupal/Core/Config/TypedConfigManager.php Clears static and persistent plugin definition caches.
TypedConfigManager::getDefinitionWithReplacements function core/lib/Drupal/Core/Config/TypedConfigManager.php Gets a schema definition with replacements for dynamic names.
TypedConfigManager::getDiscovery function core/lib/Drupal/Core/Config/TypedConfigManager.php Gets the plugin discovery.
TypedConfigManager::hasConfigSchema function core/lib/Drupal/Core/Config/TypedConfigManager.php Checks if the configuration schema with the given config name exists.
TypedConfigManager::__construct function core/lib/Drupal/Core/Config/TypedConfigManager.php Creates a new typed configuration manager.
TypedConfigManagerInterface::hasConfigSchema function core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php Checks if the configuration schema with the given config name exists.
TypedConfigTest class core/tests/Drupal/KernelTests/Config/TypedConfigTest.php Tests config validation mechanism.
TypedConfigTest.php file core/tests/Drupal/KernelTests/Config/TypedConfigTest.php
TypedConfigTest::$modules property core/tests/Drupal/KernelTests/Config/TypedConfigTest.php Modules to enable.
TypedConfigTest::setUp function core/tests/Drupal/KernelTests/Config/TypedConfigTest.php
TypedConfigTest::testSimpleConfigValidation function core/tests/Drupal/KernelTests/Config/TypedConfigTest.php Tests config validation via the Typed Data API.
TypedConfigTest::testTypedDataAPI function core/tests/Drupal/KernelTests/Config/TypedConfigTest.php Verifies that the Typed Data API is implemented correctly.
TypedData::createInstance function core/lib/Drupal/Core/TypedData/TypedData.php Constructs a TypedData object given its definition and context.
TypedData::getConstraints function core/lib/Drupal/Core/TypedData/TypedData.php Gets a list of validation constraints.
TypedData::getString function core/lib/Drupal/Core/TypedData/TypedData.php Returns a string representation of the data.
TypedData::setContext function core/lib/Drupal/Core/TypedData/TypedData.php Sets the context of a property or item via a context aware parent.
TypedData::setValue function core/lib/Drupal/Core/TypedData/TypedData.php Sets the data value.
TypedData::__construct function core/lib/Drupal/Core/TypedData/TypedData.php Constructs a TypedData object given its definition and context.
TypedDataDefinitionTest class core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionTest.php Tests deriving metadata of core data types.
TypedDataDefinitionTest.php file core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionTest.php
TypedDataDefinitionTest::$typedDataManager property core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionTest.php The typed data manager to use.
TypedDataDefinitionTest::setUp function core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionTest.php
TypedDataDefinitionTest::testDataReferences function core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionTest.php Tests deriving metadata from data references.
TypedDataDefinitionTest::testLists function core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionTest.php Tests deriving metadata about list items.
TypedDataDefinitionTest::testMaps function core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionTest.php Tests deriving metadata about maps.
TypedDataInterface::createInstance function core/lib/Drupal/Core/TypedData/TypedDataInterface.php Constructs a TypedData object given its definition and context.
TypedDataInterface::getConstraints function core/lib/Drupal/Core/TypedData/TypedDataInterface.php Gets a list of validation constraints.
TypedDataInterface::getString function core/lib/Drupal/Core/TypedData/TypedDataInterface.php Returns a string representation of the data.
TypedDataInterface::setContext function core/lib/Drupal/Core/TypedData/TypedDataInterface.php Sets the context of a property or item via a context aware parent.
TypedDataInterface::setValue function core/lib/Drupal/Core/TypedData/TypedDataInterface.php Sets the data value.
TypedDataInternalPropertiesHelper class core/lib/Drupal/Core/TypedData/TypedDataInternalPropertiesHelper.php Helper class for internal properties.
TypedDataInternalPropertiesHelper.php file core/lib/Drupal/Core/TypedData/TypedDataInternalPropertiesHelper.php
TypedDataInternalPropertiesHelper::getNonInternalProperties function core/lib/Drupal/Core/TypedData/TypedDataInternalPropertiesHelper.php Gets an array non-internal properties from a complex data object.
TypedDataManager::$classResolver property core/lib/Drupal/Core/TypedData/TypedDataManager.php The class resolver.
TypedDataManager::$constraintManager property core/lib/Drupal/Core/TypedData/TypedDataManager.php The validation constraint manager to use for instantiating constraints.
TypedDataManager::$prototypes property core/lib/Drupal/Core/TypedData/TypedDataManager.php An array of typed data property prototypes.
TypedDataManager::clearCachedDefinitions function core/lib/Drupal/Core/TypedData/TypedDataManager.php Clears static and persistent plugin definition caches.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.