Search for variables
- Search 7.x for variables
- Search 8.9.x for variables
- Search 10.3.x for variables
- Search 11.x for variables
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FieldInputValueNormalizerTraitTest::testKeyValueByDeltaUndefinedVariables | function | core/ |
@covers ::normalizeValue |
hook_template_preprocess_default_variables_alter | function | core/ |
Alter the default, hook-independent variables for all templates. |
InstallerTestBase::refreshVariables | function | core/ |
FunctionalTestSetupTrait::refreshVariables() tries to operate on persistent storage, which is only available after the installer completed. |
MigrateLanguageNegotiationSettingsTest::testLanguageNegotiationWithNonExistentVariables | function | core/ |
Tests the migration with non-existent variables. |
ParamConversionEnhancer::copyRawVariables | function | core/ |
Store a backup of the raw values that corresponding to the route pattern. |
ParamConversionEnhancerTest::testCopyRawVariables | function | core/ |
@covers ::copyRawVariables |
RefreshVariablesTrait | trait | core/ |
Provides a method to refresh in-memory configuration and state information. |
RefreshVariablesTrait.php | file | core/ |
|
RefreshVariablesTrait::refreshVariables | function | core/ |
Refreshes in-memory configuration and state information. |
SpecialAttributesRouteSubscriberTest::providerTestOnRouteBuildingInvalidVariables | function | core/ |
Provides a list of routes with invalid route variables. |
SpecialAttributesRouteSubscriberTest::providerTestOnRouteBuildingValidVariables | function | core/ |
Provides a list of routes with valid route variables. |
SpecialAttributesRouteSubscriberTest::testOnRouteBuildingInvalidVariables | function | core/ |
Tests the onAlterRoutes method for invalid variables. |
SpecialAttributesRouteSubscriberTest::testOnRouteBuildingValidVariables | function | core/ |
Tests the onAlterRoutes method for valid variables. |
test_theme_preprocess_twig_theme_test_php_variables | function | core/ |
Implements THEME_preprocess_twig_theme_test_php_variables(). |
TwigThemeTestController::phpVariablesRender | function | core/ |
Menu callback for testing PHP variables in a Twig template. |
twig_theme_test.php_variables.html.twig | file | core/ |
{# Output for Twig Theme PHP variables test. #} <ul> {% for key, php_value in php_values %} <li>{{ key }}: {{ php_value.value }}</li> {% endfor %} </ul> |
user_template_preprocess_default_variables_alter | function | core/ |
Implements hook_template_preprocess_default_variables_alter(). |
Variable::$variables | property | core/ |
The variable names to fetch. |
Variable::$variablesNoRowIfMissing | property | core/ |
The variables that result in no row if any are missing from the source. |
variables.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ :root { /* * Color Palette. */ /* Secondary. */ /* Variations. */ /* 5% darker than base. */ … |
variables.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /* Media query breakpoints. Processed by postcss/postcss-custom-media. */ /* Navigation related… |
variables.pcss.css | file | core/ |
/* Media query breakpoints. Processed by postcss/postcss-custom-media. */ @custom-media --sm (min-width: 500px); @custom-media --md (min-width: 700px); @custom-media --lg (min-width: 1000px); @custom-media --xl (min-width: 1300px); /* Navigation… |
variables.pcss.css | file | core/ |
:root { /* * Color Palette. */ --color-absolutezero: var(--color-blue-600); --color-white: #fff; --color-text: var(--color-gray); --color-text-light: var(--color-gray-500); --color-gray-050-o-40: rgba(243, 244, 249, 0.4); /*… |
VariableTranslation::$variables | property | core/ |
The variable names to fetch. |
VariableTranslation::$variables | property | core/ |
The variable names to fetch. |
_template_preprocess_default_variables | function | core/ |
Returns hook-independent variables to template_preprocess(). |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.