Search for variable
- Search 7.x for variable
- Search 9.5.x for variable
- Search 8.9.x for variable
- Search 11.x for variable
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Variable | class | core/ |
Drupal 6/7 variable source from database. |
Variable | class | core/ |
Provides helpers for dealing with variables. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
Drupal6SqlBaseTest::testVariableGet | function | core/ |
Tests for Drupal6SqlBase::variableGet(). |
DrupalSqlBase::variableGet | function | core/ |
Reads a variable from a source Drupal database. |
EngineTwigTest::testTwigVariableDataTypes | function | core/ |
Tests that the Twig engine handles PHP data correctly. |
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. |
MigrateDefaultLanguageTest::testMigrationWithUnsetVariable | function | core/ |
Tests language_default migration with unset default language variable. |
MigrateDefaultLanguageTest::testMigrationWithUnsetVariable | function | core/ |
Tests language_default migration with unset default language variable. |
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. |
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(). |
TwigDeprecationsTest::testAssignedVariableDeprecation | function | core/ |
Test deprecation of variables assigned inside template triggers no error. |
TwigDeprecationsTest::testParentVariableDeprecation | function | core/ |
Test deprecation of variables in parent does not leak to child. |
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/ |
Resolves a dynamic type expression using configuration data. |
user_template_preprocess_default_variables_alter | function | core/ |
Implements hook_template_preprocess_default_variables_alter(). |
Variable | class | core/ |
Provides helpers for dealing with variables. |
Variable | class | core/ |
Drupal 6/7 variable source from database. |
Variable.php | file | core/ |
|
Variable.php | file | core/ |
|
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. |
Variable::callableToString | function | core/ |
Generates a human-readable name for a callable. |
Variable::doCount | function | core/ |
Gets the source count using countQuery(). |
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/ |
Drupal 6/7 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/ |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.