Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
ValidReferenceConstraintValidatorTest::$typedData property core/tests/Drupal/KernelTests/Core/Entity/ValidReferenceConstraintValidatorTest.php The typed data manager to use.
ValidReferenceConstraintValidatorTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/ValidReferenceConstraintValidatorTest.php
ValidReferenceConstraintValidatorTest::testPreExistingItemsValidation function core/tests/Drupal/KernelTests/Core/Entity/ValidReferenceConstraintValidatorTest.php Tests the validation of pre-existing items in an entity reference field.
ValidReferenceConstraintValidatorTest::testValidation function core/tests/Drupal/KernelTests/Core/Entity/ValidReferenceConstraintValidatorTest.php Tests the ValidReferenceConstraintValidator.
Variable::$variables property core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php The variable names to fetch.
Variable::$variablesNoRowIfMissing property core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php The variables that result in no row if any are missing from the source.
Variable::callableToString function core/lib/Drupal/Component/Utility/Variable.php Generates a human-readable name for a callable.
Variable::fields function core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php Returns available fields on the source.
Variable::getIds function core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php Defines the source fields uniquely identifying a source row.
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::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.
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 enable.
VariableMultiRowTest::providerSource function core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/VariableMultiRowTest.php The data provider.
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
*/

/*
Media query breakpoints.
Processed by postcss/postcss-custom-media.
*/

/* Navigation related…
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.
*/
/* Secondary. */
/* Variations. */
/* 5% darker than base. */
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: rgba(243, 244, 249, 0.4);
/*…
variables.pcss.css file core/themes/olivero/css/base/variables.pcss.css /*
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…
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 Contains \Drupal\Tests\Component\Utility\VariableTest.
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 enable.
VariableTest::fake function core/tests/Drupal/Tests/Component/Utility/VariableTest.php A bogus callable for testing ::callableToString().
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 The data provider.
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.
VariableTranslation class core/modules/migrate_drupal/src/Plugin/migrate/source/d6/VariableTranslation.php Drupal 6 i18n_variable source from database.
VariableTranslation class core/modules/migrate_drupal/src/Plugin/migrate/source/d7/VariableTranslation.php Drupal 7 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::doCount function core/modules/migrate_drupal/src/Plugin/migrate/source/d6/VariableTranslation.php Gets the source count using countQuery().
VariableTranslation::doCount function core/modules/migrate_drupal/src/Plugin/migrate/source/d7/VariableTranslation.php Gets the source count using countQuery().
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.

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