Search for variables
- Search 7.x for variables
- Search 9.5.x for variables
- Search 10.3.x for variables
- Search 11.x for variables
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
CommentVariable::getCommentVariables | function | core/ |
Retrieves the values of the comment variables grouped by node type. |
CommentVariablePerCommentType::getCommentVariables | function | core/ |
Retrieves the values of the comment variables grouped by comment type. |
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/ |
WebTestBase::refreshVariables() tries to operate on persistent storage, which is only available after the installer completed. |
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. |
SelectProfileFormTest::refreshVariables | function | core/ |
BrowserTestBase::refreshVariables() tries to operate on persistent storage, which is only available after the installer completed. |
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. |
variables.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/2815083 * @preserve */ :root { /* * Color Palette. */ /* Secondary. */ /* Variations. */ /* 5% darker than base. */ /*… |
variables.pcss.css | file | core/ |
:root { /* * Color Palette. */ --color-absolutezero: #003cc5; --color-white: #fff; --color-text: #222330; --color-text-light: var(--color-grayblue); --color-whitesmoke: #f3f4f9; --color-whitesmoke-light: #fafbfd; … |
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.