Search for variable

  1. Search 7.x for variable
  2. Search 9.5.x for variable
  3. Search 10.3.x for variable
  4. Search 11.x for variable
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Variable class core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php Drupal variable source from database.
Variable class core/lib/Drupal/Component/Utility/Variable.php Provides helpers for dealing with variables.

All search results

Title Object type File name Summary
VariableTest class core/tests/Drupal/Tests/Component/Utility/VariableTest.php Test variable export functionality in Variable component.
VariableTest.php file core/modules/migrate_drupal/tests/src/Unit/source/VariableTest.php
VariableTest.php file core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/VariableTest.php
VariableTest.php file core/tests/Drupal/Tests/Component/Utility/VariableTest.php Contains \Drupal\Tests\Component\Utility\VariableTest.
VariableTest::$databaseContents property core/modules/migrate_drupal/tests/src/Unit/source/VariableTest.php The database contents.
VariableTest::$expectedResults property core/modules/migrate_drupal/tests/src/Unit/source/VariableTest.php Expected results after the source parsing.
VariableTest::$migrationConfiguration property core/modules/migrate_drupal/tests/src/Unit/source/VariableTest.php An array of migration configuration values.
VariableTest::$modules property core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/VariableTest.php Modules to enable.
VariableTest::PLUGIN_CLASS constant core/modules/migrate_drupal/tests/src/Unit/source/VariableTest.php The plugin class under test.
VariableTest::providerSource function core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/VariableTest.php The data provider.
VariableTest::providerTestExport function core/tests/Drupal/Tests/Component/Utility/VariableTest.php Data provider for testExport().
VariableTest::testExport function core/tests/Drupal/Tests/Component/Utility/VariableTest.php Tests exporting variables.
VariableTranslation class core/modules/migrate_drupal/src/Plugin/migrate/source/d6/VariableTranslation.php Drupal i18n_variable source from database.
VariableTranslation class core/modules/migrate_drupal/src/Plugin/migrate/source/d7/VariableTranslation.php Gets Drupal variable_store source from database.
VariableTranslation.php file core/modules/migrate_drupal/src/Plugin/migrate/source/d6/VariableTranslation.php
VariableTranslation.php file core/modules/migrate_drupal/src/Plugin/migrate/source/d7/VariableTranslation.php
VariableTranslation::$variables property core/modules/migrate_drupal/src/Plugin/migrate/source/d6/VariableTranslation.php The variable names to fetch.
VariableTranslation::$variables property core/modules/migrate_drupal/src/Plugin/migrate/source/d7/VariableTranslation.php The variable names to fetch.
VariableTranslation::checkRequirements function core/modules/migrate_drupal/src/Plugin/migrate/source/d6/VariableTranslation.php Checks if requirements for this plugin are OK.
VariableTranslation::count function core/modules/migrate_drupal/src/Plugin/migrate/source/d6/VariableTranslation.php Gets the source count.
VariableTranslation::count function core/modules/migrate_drupal/src/Plugin/migrate/source/d7/VariableTranslation.php Gets the source count.
VariableTranslation::fields function core/modules/migrate_drupal/src/Plugin/migrate/source/d6/VariableTranslation.php Returns available fields on the source.
VariableTranslation::fields function core/modules/migrate_drupal/src/Plugin/migrate/source/d7/VariableTranslation.php Returns available fields on the source.
VariableTranslation::getIds function core/modules/migrate_drupal/src/Plugin/migrate/source/d6/VariableTranslation.php Defines the source fields uniquely identifying a source row.
VariableTranslation::getIds function core/modules/migrate_drupal/src/Plugin/migrate/source/d7/VariableTranslation.php Defines the source fields uniquely identifying a source row.
VariableTranslation::initializeIterator function core/modules/migrate_drupal/src/Plugin/migrate/source/d6/VariableTranslation.php Initializes the iterator with the source data.
VariableTranslation::initializeIterator function core/modules/migrate_drupal/src/Plugin/migrate/source/d7/VariableTranslation.php Initializes the iterator with the source data.
VariableTranslation::query function core/modules/migrate_drupal/src/Plugin/migrate/source/d6/VariableTranslation.php
VariableTranslation::query function core/modules/migrate_drupal/src/Plugin/migrate/source/d7/VariableTranslation.php
VariableTranslation::values function core/modules/migrate_drupal/src/Plugin/migrate/source/d6/VariableTranslation.php Return the values of the variables specified in the plugin configuration.
VariableTranslation::values function core/modules/migrate_drupal/src/Plugin/migrate/source/d7/VariableTranslation.php Return the values of the variables specified in the plugin configuration.
VariableTranslation::__construct function core/modules/migrate_drupal/src/Plugin/migrate/source/d6/VariableTranslation.php Constructs a \Drupal\Component\Plugin\PluginBase object.
VariableTranslation::__construct function core/modules/migrate_drupal/src/Plugin/migrate/source/d7/VariableTranslation.php Constructs a \Drupal\Component\Plugin\PluginBase object.
VariableTranslationCheckRequirementsTest class core/modules/migrate_drupal/tests/src/Kernel/d6/VariableTranslationCheckRequirementsTest.php Tests check requirements for variable translation source plugin.
VariableTranslationCheckRequirementsTest.php file core/modules/migrate_drupal/tests/src/Kernel/d6/VariableTranslationCheckRequirementsTest.php
VariableTranslationCheckRequirementsTest::$modules property core/modules/migrate_drupal/tests/src/Kernel/d6/VariableTranslationCheckRequirementsTest.php Modules to enable.
VariableTranslationCheckRequirementsTest::setup function core/modules/migrate_drupal/tests/src/Kernel/d6/VariableTranslationCheckRequirementsTest.php
VariableTranslationCheckRequirementsTest::testCheckRequirements function core/modules/migrate_drupal/tests/src/Kernel/d6/VariableTranslationCheckRequirementsTest.php Tests exception in thrown when the i18n_variable table does not exist.
VariableTranslationTest class core/modules/migrate_drupal/tests/src/Unit/source/d6/VariableTranslationTest.php Tests the variable source plugin.
VariableTranslationTest class core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d6/VariableTranslationTest.php Tests the variable source plugin.
VariableTranslationTest class core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d7/VariableTranslationTest.php Tests the variable source plugin.
VariableTranslationTest.php file core/modules/migrate_drupal/tests/src/Unit/source/d6/VariableTranslationTest.php
VariableTranslationTest.php file core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d6/VariableTranslationTest.php
VariableTranslationTest.php file core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d7/VariableTranslationTest.php
VariableTranslationTest::$databaseContents property core/modules/migrate_drupal/tests/src/Unit/source/d6/VariableTranslationTest.php Database contents for tests.
VariableTranslationTest::$expectedResults property core/modules/migrate_drupal/tests/src/Unit/source/d6/VariableTranslationTest.php Expected results from the source.
VariableTranslationTest::$migrationConfiguration property core/modules/migrate_drupal/tests/src/Unit/source/d6/VariableTranslationTest.php Define bare minimum migration configuration.
VariableTranslationTest::$modules property core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d6/VariableTranslationTest.php Modules to enable.
VariableTranslationTest::$modules property core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d7/VariableTranslationTest.php Modules to enable.
VariableTranslationTest::PLUGIN_CLASS constant core/modules/migrate_drupal/tests/src/Unit/source/d6/VariableTranslationTest.php The plugin class under test.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.