Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
Variable::query function core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php Prepares query object to retrieve data from the source database.
Variable::values function core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php Return the values of the variables specified in the plugin configuration.
Variable::__construct function core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php Constructs a \Drupal\Component\Plugin\PluginBase object.
VariableMultiRow class core/modules/migrate_drupal/src/Plugin/migrate/source/VariableMultiRow.php Drupal 6/7 multiple variables source from database.
VariableMultiRow.php file core/modules/migrate_drupal/src/Plugin/migrate/source/VariableMultiRow.php
VariableMultiRow::fields function core/modules/migrate_drupal/src/Plugin/migrate/source/VariableMultiRow.php Returns available fields on the source.
VariableMultiRow::getIds function core/modules/migrate_drupal/src/Plugin/migrate/source/VariableMultiRow.php Defines the source fields uniquely identifying a source row.
VariableMultiRow::prepareRow function core/modules/migrate_drupal/src/Plugin/migrate/source/VariableMultiRow.php Adds additional data to the row.
VariableMultiRow::query function core/modules/migrate_drupal/src/Plugin/migrate/source/VariableMultiRow.php Prepares query object to retrieve data from the source database.
VariableMultiRowTest class core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/VariableMultiRowTest.php Tests the variable multirow source plugin.
VariableMultiRowTest.php file core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/VariableMultiRowTest.php
VariableMultiRowTest::$modules property core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/VariableMultiRowTest.php Modules to install.
VariableMultiRowTest::providerSource function core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/VariableMultiRowTest.php Provides source data for ::testSource.
variables-color-accent.css file core/themes/default_admin/css/_variables/variables-color-accent.css Accent color tokens — the accent ramp and the semantic tokens derived from it.
variables-color-accent.pcss.css file core/themes/default_admin/css/_variables/variables-color-accent.pcss.css Accent color tokens — the accent ramp and the semantic tokens derived from it.
variables-color.css file core/themes/default_admin/css/_variables/variables-color.css Color custom properties — the canonical `--admin-color-*` token API.
variables-color.pcss.css file core/themes/default_admin/css/_variables/variables-color.pcss.css Color custom properties — the canonical `--admin-color-*` token API.
variables-components.css file core/themes/default_admin/css/_variables/variables-components.css Component-scoped custom properties (interim global home).
variables-components.pcss.css file core/themes/default_admin/css/_variables/variables-components.pcss.css Component-scoped custom properties (interim global home).
variables-misc.css file core/themes/default_admin/css/_variables/variables-misc.css Miscellaneous global custom properties.
variables-misc.pcss.css file core/themes/default_admin/css/_variables/variables-misc.pcss.css Miscellaneous global custom properties.
variables-spacing.css file core/themes/default_admin/css/_variables/variables-spacing.css Spacing & layout-dimension custom properties.
variables-spacing.pcss.css file core/themes/default_admin/css/_variables/variables-spacing.pcss.css Spacing & layout-dimension custom properties.
variables-typography.css file core/themes/default_admin/css/_variables/variables-typography.css Typography custom properties — the canonical `--admin-font-*` token API.
variables-typography.pcss.css file core/themes/default_admin/css/_variables/variables-typography.pcss.css Typography custom properties — the canonical `--admin-font-*` token API.
variables.css file core/themes/default_admin/css/base/variables.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
/* cspell:ignore xxxs */
:root {
/*
* Color Palette.
*/
--color-absolutezero:…
variables.css file core/themes/admin/migration/css/theme/variables.css /* cspell:ignore blinkmacsystemfont, ginter, xxxs */
:root {
--gin-color-title: #222330;
--gin-color-text: #222330;
--gin-color-text-light: #545560;
--gin-color-focus: rgb(0, 125, 250, 0.6);
--gin-color-focus-border: rgb(0, 0, 0, 0.2);
variables.css file core/themes/admin/css/base/variables.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
/* cspell:ignore xxxs */
:root {
/*
* Color Palette.
*/
--color-absolutezero:…
variables.css file core/themes/default_admin/migration/css/theme/variables.css CSS custom property definitions for the Gin migration layer.
variables.css file core/modules/navigation/css/base/variables.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
/* This is a universal size that helps in the case of themes with a size of 10 pixels.
We need it root to…
variables.css file core/themes/claro/css/base/variables.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
:root {
/*
* Color Palette.
*/
--color-absolutezero: var(--color-blue-600);
--color-white: #fff;
variables.css file core/themes/olivero/css/base/variables.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/

/*
Global CSS custom properties.
*/

/* stylelint-disable */

:root {
--font-sans:…
variables.pcss.css file core/themes/olivero/css/base/variables.pcss.css /*
Global CSS custom properties.
*/

@import "./media-queries.pcss.css";

/* stylelint-disable */

:root {
--font-sans: "metropolis", sans-serif;
--font-serif: "Lora", "georgia", serif;

/* Typography…
variables.pcss.css file core/themes/claro/css/base/variables.pcss.css :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: rgb(243, 244, 249, 0.4);
/*…
variables.pcss.css file core/modules/navigation/css/base/variables.pcss.css @import "../base/media-queries.pcss.css";

/* This is a universal size that helps in the case of themes with a size of 10 pixels.
We need it root to calculate the size of the displace in .dialog-off-canvas-main-canvas */
/* prettier-ignore…
variables.pcss.css file core/themes/default_admin/css/base/variables.pcss.css @import "media-queries.pcss.css";

/* cspell:ignore xxxs */
:root {
/*
* Color Palette.
*/
--color-absolutezero: var(--color-blue-600);
--color-white: #fff;
--color-text: var(--gin-color-text);
--color-text-light:…
variables.pcss.css file core/themes/admin/css/base/variables.pcss.css /* cspell:ignore xxxs */
:root {
/*
* Color Palette.
*/
--color-absolutezero: var(--color-blue-600);
--color-white: #fff;
--color-text: var(--gin-color-text);
--color-text-light: var(--color-gray-500);
--color-gray-050-o-40: rgb(243,…
variables.pcss.css file core/themes/default_admin/migration/css/theme/variables.pcss.css CSS custom property definitions for the Gin migration layer.
VariableTest class core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/VariableTest.php Tests the variable source plugin.
VariableTest class core/tests/Drupal/Tests/Component/Utility/VariableTest.php Test variable export functionality in Variable component.
VariableTest.php file core/tests/Drupal/Tests/Component/Utility/VariableTest.php
VariableTest.php file core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/VariableTest.php
VariableTest::$modules property core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/VariableTest.php Modules to install.
VariableTest::providerCallableToString function core/tests/Drupal/Tests/Component/Utility/VariableTest.php Data provider for testCallableToString().
VariableTest::providerSource function core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/VariableTest.php Provides source data for ::testSource.
VariableTest::providerTestExport function core/tests/Drupal/Tests/Component/Utility/VariableTest.php Data provider for testExport().
VariableTest::testCallableToString function core/tests/Drupal/Tests/Component/Utility/VariableTest.php Tests generating a human-readable name for a callable.
VariableTest::testExport function core/tests/Drupal/Tests/Component/Utility/VariableTest.php Tests exporting variables.
VariableTestMock class core/tests/Drupal/Tests/Component/Utility/VariableTest.php A class for testing Variable::callableToString().
VariableTestMock::fake function core/tests/Drupal/Tests/Component/Utility/VariableTest.php A bogus callable for testing ::callableToString().

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