Search for variables
- Search 7.x for variables
 - Search 9.5.x for variables
 - Search 8.9.x for variables
 - Search 11.x for variables
 - Other projects
 
| Title | Object type | File name | Summary | 
|---|---|---|---|
| FieldInputValueNormalizerTraitTest::testKeyValueByDeltaUndefinedVariables | function | core/ | 
                                                                                        @covers ::normalizeValue[[api-linebreak]] | 
| 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[[api-linebreak]] | 
| 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. | 
| StandardPerformanceTest::refreshVariables | function | core/ | 
                                                                                        Provides an empty implementation to prevent the resetting of caches. | 
| 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 */ /* This is a universal size that helps in the case of themes with a size of 10 pixels. We need it root to…  | 
              
| 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. */ --color-absolutezero: var(--color-blue-600); --color-white: #fff; …  | 
              
| variables.css | file | core/ | 
                                                                                        /* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /* Global CSS custom properties. */ /* stylelint-disable */ :root { --font-sans:…  | 
              
| variables.pcss.css | file | core/ | 
                                                                                        @import "../base/media-queries.pcss.css"; /* This is a universal size that helps in the case of themes with a size of 10 pixels. We need it root to calculate the size of the displace in .dialog-off-canvas-main-canvas */ /* prettier-ignore…  | 
              
| 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); /*…  | 
              
| variables.pcss.css | file | core/ | 
                                                                                        /* Global CSS custom properties. */ @import "./media-queries.pcss.css"; /* stylelint-disable */ :root { --font-sans: "metropolis", sans-serif; --font-serif: "Lora", "georgia", serif; /* Typography…  | 
              
| 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.