Search for variable
- Search 7.x for variable
- Search 8.9.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 6/7 variable source from database. |
Variable | class | core/ |
Provides helpers for dealing with variables. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
VariableMultiRowTest::$modules | property | core/ |
Modules to enable. |
VariableMultiRowTest::providerSource | function | core/ |
The data provider. |
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.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.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); /*… |
VariableTest | class | core/ |
Tests the variable source plugin. |
VariableTest | class | core/ |
Test variable export functionality in Variable component. |
VariableTest.php | file | core/ |
|
VariableTest.php | file | core/ |
Contains \Drupal\Tests\Component\Utility\VariableTest. |
VariableTest::$modules | property | core/ |
Modules to enable. |
VariableTest::fake | function | core/ |
A bogus callable for testing ::callableToString(). |
VariableTest::providerCallableToString | function | core/ |
Data provider for testCallableToString(). |
VariableTest::providerSource | function | core/ |
The data provider. |
VariableTest::providerTestExport | function | core/ |
Data provider for testExport(). |
VariableTest::testCallableToString | function | core/ |
Tests generating a human-readable name for a callable. |
VariableTest::testExport | function | core/ |
Tests exporting variables. |
VariableTranslation | class | core/ |
Drupal 6 i18n_variable source from database. |
VariableTranslation | class | core/ |
Drupal 7 variable_store source from database. |
VariableTranslation.php | file | core/ |
|
VariableTranslation.php | file | core/ |
|
VariableTranslation::$variables | property | core/ |
The variable names to fetch. |
VariableTranslation::$variables | property | core/ |
The variable names to fetch. |
VariableTranslation::checkRequirements | function | core/ |
Checks if requirements for this plugin are OK. |
VariableTranslation::doCount | function | core/ |
Gets the source count using countQuery(). |
VariableTranslation::doCount | function | core/ |
Gets the source count using countQuery(). |
VariableTranslation::fields | function | core/ |
Returns available fields on the source. |
VariableTranslation::fields | function | core/ |
Returns available fields on the source. |
VariableTranslation::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
VariableTranslation::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
VariableTranslation::initializeIterator | function | core/ |
Initializes the iterator with the source data. |
VariableTranslation::initializeIterator | function | core/ |
Initializes the iterator with the source data. |
VariableTranslation::query | function | core/ |
|
VariableTranslation::query | function | core/ |
|
VariableTranslation::values | function | core/ |
Return the values of the variables specified in the plugin configuration. |
VariableTranslation::values | function | core/ |
Return the values of the variables specified in the plugin configuration. |
VariableTranslation::__construct | function | core/ |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
VariableTranslation::__construct | function | core/ |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
VariableTranslationCheckRequirementsTest | class | core/ |
Tests check requirements for variable translation source plugin. |
VariableTranslationCheckRequirementsTest.php | file | core/ |
|
VariableTranslationCheckRequirementsTest::$modules | property | core/ |
Modules to enable. |
VariableTranslationCheckRequirementsTest::setUp | function | core/ |
|
VariableTranslationCheckRequirementsTest::testCheckRequirements | function | core/ |
Tests exception in thrown when the i18n_variable table does not exist. |
VariableTranslationTest | class | core/ |
Tests the variable source plugin. |
VariableTranslationTest | class | core/ |
Tests the variable source plugin. |
VariableTranslationTest.php | file | core/ |
|
VariableTranslationTest.php | file | core/ |
|
VariableTranslationTest::$modules | property | core/ |
Modules to enable. |
VariableTranslationTest::$modules | property | core/ |
Modules to enable. |
VariableTranslationTest::providerSource | function | core/ |
The data provider. |
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.