Search for variable
- Search 7.x for variable
- Search 9.5.x for variable
- Search 10.3.x for variable
- Search 11.x for variable
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Variable | class | core/ |
Drupal variable source from database. |
Variable | class | core/ |
Provides helpers for dealing with variables. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
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. |
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. |
StubVariableTestClass | class | core/ |
No-op test class for VariableTest::testExport(). |
TestController::variable | function | core/ |
Returns a render array depending on some passed in value. |
TestDrupal6SqlBase::variableGetWrapper | function | core/ |
Wrapper method to test protected method variableGet(). |
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> |
TypedConfigManager::replaceVariable | function | core/ |
Replaces variable values in included names with configuration data. |
user_template_preprocess_default_variables_alter | function | core/ |
Implements hook_template_preprocess_default_variables_alter(). |
Variable | class | core/ |
Drupal variable source from database. |
Variable | class | core/ |
Provides helpers for dealing with variables. |
Variable.php | file | core/ |
|
Variable.php | file | core/ |
|
Variable::$variables | property | core/ |
The variable names to fetch. |
Variable::count | function | core/ |
Gets the source count. |
Variable::export | function | core/ |
Drupal-friendly var_export(). |
Variable::fields | function | core/ |
Returns available fields on the source. |
Variable::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
Variable::initializeIterator | function | core/ |
Initializes the iterator with the source data. |
Variable::query | function | core/ |
|
Variable::values | function | core/ |
Return the values of the variables specified in the plugin configuration. |
Variable::__construct | function | core/ |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
VariableMultiRow | class | core/ |
Multiple variables source from database. |
VariableMultiRow.php | file | core/ |
|
VariableMultiRow::fields | function | core/ |
Returns available fields on the source. |
VariableMultiRow::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
VariableMultiRow::prepareRow | function | core/ |
Adds additional data to the row. |
VariableMultiRow::query | function | core/ |
|
VariableMultiRowTest | class | core/ |
Tests the variable multirow source plugin. |
VariableMultiRowTest.php | file | core/ |
|
VariableMultiRowTest::$modules | property | core/ |
Modules to enable. |
VariableMultiRowTest::providerSource | function | core/ |
The data provider. |
VariableMultiRowTestBase | class | core/ |
Base class for variable multirow source unit tests. |
VariableMultiRowTestBase.php | file | core/ |
|
VariableMultiRowTestBase::$databaseContents | property | core/ |
The database contents. |
VariableMultiRowTestBase::$expectedResults | property | core/ |
Expected results after the source parsing. |
VariableMultiRowTestBase::$migrationConfiguration | property | core/ |
An array of migration configuration values. |
VariableMultiRowTestBase::PLUGIN_CLASS | constant | core/ |
The plugin class under test. |
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; … |
VariableTest | class | core/ |
Tests the variable source plugin. |
VariableTest | class | core/ |
Tests the variable source plugin. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.