Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
twig_theme_test.filter.html.twig file core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.filter.html.twig <div><strong>No author:</strong> {{ quote|without('author') }}.</div>
<div><strong>Complete quote after without:</strong> {{ quote }}.</div>
<div><strong>Only author:</strong>…
twig_theme_test.info.yml file core/modules/system/tests/modules/twig_theme_test/twig_theme_test.info.yml core/modules/system/tests/modules/twig_theme_test/twig_theme_test.info.yml
twig_theme_test.link_generator.html.twig file core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.link_generator.html.twig <div>link via the linkgenerator: {{ link('register', test_url) }}</div>
<div>link via the linkgenerator: {{ link('register', test_url, {'foo': 'bar'}) }}</div>
<div>link via the…
twig_theme_test.module file core/modules/system/tests/modules/twig_theme_test/twig_theme_test.module Test module.
twig_theme_test.php_variables.html.twig file core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.php_variables.html.twig {# Output for Twig Theme PHP variables test. #}
<ul>
{% for key, php_value in php_values %}
<li>{{ key }}: {{ php_value.value }}</li>
{% endfor %}
</ul>
twig_theme_test.placeholder_outside_trans.html.twig file core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.placeholder_outside_trans.html.twig Placeholder outside trans: {{ var | placeholder }}

{% trans %}
Placeholder inside trans: {{ var | placeholder }}
{% endtrans %}
twig_theme_test.renderable.html.twig file core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.renderable.html.twig <div>{{ renderable }}</div>
twig_theme_test.routing.yml file core/modules/system/tests/modules/twig_theme_test/twig_theme_test.routing.yml core/modules/system/tests/modules/twig_theme_test/twig_theme_test.routing.yml
twig_theme_test.trans.html.twig file core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.trans.html.twig {# Test trans tag with string argument. #}
<div>
{% trans 'Hello sun.' %}
</div>

{# Test trans tag with string argument and context #}
<div>
{% trans 'Hello sun.' with {'context':…
twig_theme_test.url_generator.html.twig file core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.url_generator.html.twig {# Test the url and path twig functions #}
<div>path (as route) not absolute: {{ path('user.register') }}</div>
<div>url (as route) absolute: {{ url('user.register') }}</div>

<div>path (as route) not…
twig_theme_test.url_to_string.html.twig file core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.url_to_string.html.twig <div>rendered url: {{ test_url }}</div>
twig_theme_test_preprocess_status_messages function core/modules/system/tests/modules/twig_theme_test/twig_theme_test.module Implements template_preprocess_status_messages().
twig_theme_test_theme function core/modules/system/tests/modules/twig_theme_test/twig_theme_test.module Implements hook_theme().
twocol.css file core/modules/layout_discovery/layouts/twocol/twocol.css /*
* @file
* Provides the layout styles for layout_twocol.
*/

.layout--twocol {
display: flex;
flex-wrap: wrap;
}

.layout--twocol > .layout__region {
flex: 0 1 100%;
}

@media screen and (min-width: 40em) {
.layout--twocol >…
twocol.css file core/themes/stable9/layouts/layout_discovery/twocol/twocol.css /*
* @file
* Provides the layout styles for layout_twocol.
*/

.layout--twocol {
display: flex;
flex-wrap: wrap;
}

.layout--twocol > .layout__region {
flex: 0 1 100%;
}

@media screen and (min-width: 40em) {
.layout--twocol >…
TwoColumnLayout::getWidthOptions function core/modules/layout_builder/src/Plugin/Layout/TwoColumnLayout.php Gets the width options for the configuration form.
twocol_bricks.css file core/themes/stable9/layouts/layout_discovery/twocol_bricks/twocol_bricks.css /*
* @file
* Provides the layout styles for layout_twocol_bricks.
*/

.layout--twocol-bricks {
display: flex;
flex-wrap: wrap;
}

.layout--twocol-bricks > .layout__region {
flex: 0 1 100%;
}

@media screen and (min-width: 40em) {
twocol_bricks.css file core/modules/layout_discovery/layouts/twocol_bricks/twocol_bricks.css /*
* @file
* Provides the layout styles for layout_twocol_bricks.
*/

.layout--twocol-bricks {
display: flex;
flex-wrap: wrap;
}

.layout--twocol-bricks > .layout__region {
flex: 0 1 100%;
}

@media screen and (min-width: 40em) {
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/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 type names.
TypedConfigManager::getDiscovery function core/lib/Drupal/Core/Config/TypedConfigManager.php Gets the plugin discovery.
TypedConfigManager::getStaticTypeRoot function core/lib/Drupal/Core/Config/TypedConfigManager.php Gets the static type root for a config schema object.
TypedConfigManager::hasConfigSchema function core/lib/Drupal/Core/Config/TypedConfigManager.php Checks if the configuration schema with the given config name exists.
TypedConfigManager::resolveDynamicTypeName function core/lib/Drupal/Core/Config/TypedConfigManager.php Resolves a dynamic type name.
TypedConfigManager::resolveExpression function core/lib/Drupal/Core/Config/TypedConfigManager.php Resolves a dynamic expression.
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::$configSchemaCheckerExclusions property core/tests/Drupal/KernelTests/Config/TypedConfigTest.php An array of config object names that are excluded from schema checking.
TypedConfigTest::$modules property core/tests/Drupal/KernelTests/Config/TypedConfigTest.php Modules to install.
TypedConfigTest::setUp function core/tests/Drupal/KernelTests/Config/TypedConfigTest.php
TypedConfigTest::testNotBlankInteractionWithNotNull function core/tests/Drupal/KernelTests/Config/TypedConfigTest.php Tests the behavior of `NotBlank` on required data.
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.

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