Search for __set

  1. Search 7.x for __set
  2. Search 9.5.x for __set
  3. Search 8.9.x for __set
  4. Search 10.3.x for __set
  5. Search main for __set
  6. Other projects
Title Object type File name Summary
Drupal6SqlBaseTest::$migrationConfiguration property core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php Define bare minimum migration configuration.
Drupal6SqlBaseTest::setUp function core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php
Drupal6SqlBaseTest::testDrupal6ModuleExists function core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php Tests for Drupal6SqlBase::moduleExists().
Drupal6SqlBaseTest::testGetModuleSchemaVersion function core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php Tests for Drupal6SqlBase::getModuleSchemaVersion().
Drupal6SqlBaseTest::testGetSystemData function core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php Tests for Drupal6SqlBase::getSystemData().
Drupal6SqlBaseTest::testVariableGet function core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php Tests for Drupal6SqlBase::variableGet().
Drupal::setContainer function core/lib/Drupal.php Sets a new global container.
Drupal::unsetContainer function core/lib/Drupal.php Unsets the global container.
DrupalDateTimeTest::setUp function core/tests/Drupal/KernelTests/Core/Datetime/DrupalDateTimeTest.php
DrupalInstalledTest::setUp function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/DrupalInstalledTest.php
DrupalKernel::initializeSettings function core/lib/Drupal/Core/DrupalKernel.php Locate site path and initialize settings singleton.
DrupalKernel::resetContainer function core/lib/Drupal/Core/DrupalKernel.php Force a container reset.
DrupalKernel::setExtensionData function core/lib/Drupal/Core/DrupalKernel.php Sets extension data to class properties using ExtensionDiscovery.
DrupalKernel::setSitePath function core/lib/Drupal/Core/DrupalKernel.php Set the current site path directory.
DrupalKernel::setupDrupalTestInChildSite function core/lib/Drupal/Core/DrupalKernel.php Define the DRUPAL_TEST_IN_CHILD_SITE constant as appropriate.
DrupalKernel::setupTrustedHosts function core/lib/Drupal/Core/DrupalKernel.php Sets up the lists of trusted HTTP Host headers.
DrupalKernelInterface::resetContainer function core/lib/Drupal/Core/DrupalKernelInterface.php Force a container reset.
DrupalKernelInterface::setSitePath function core/lib/Drupal/Core/DrupalKernelInterface.php Set the current site path directory.
DrupalKernelTest::testResetContainer function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php Tests reset container.
DrupalSelenium2Driver::setValue function core/tests/Drupal/FunctionalJavascriptTests/DrupalSelenium2Driver.php
DrupalSelenium2DriverTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Tests/DrupalSelenium2DriverTest.php
DrupalSqlBaseTest class core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php Tests Drupal\migrate_drupal\Plugin\migrate\source\DrupalSqlBase.
DrupalSqlBaseTest.php file core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php
DrupalSqlBaseTest::$base property core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php The DrupalSqlBase object.
DrupalSqlBaseTest::$databaseContents property core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php Minimum database contents needed to test DrupalSqlBase.
DrupalSqlBaseTest::$entityTypeManager property core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php Mock entity type manager.
DrupalSqlBaseTest::$migrationConfiguration property core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php Define bare minimum migration configuration.
DrupalSqlBaseTest::$pluginDefinition property core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php The plugin definition.
DrupalSqlBaseTest::$state property core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php Mock StateInterface.
DrupalSqlBaseTest::providerMinimumVersion function core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php Provides data for testMinimumVersion.
DrupalSqlBaseTest::setUp function core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php
DrupalSqlBaseTest::testMinimumVersion function core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php Tests minimum version.
DrupalSqlBaseTest::testSourceDatabaseError function core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php Tests source database error.
DrupalSqlBaseTest::testSourceProviderNotActive function core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php Tests source provider not active.
DrupalTest::setMockContainerService function core/tests/Drupal/Tests/Core/DrupalTest.php Sets up a mock expectation for the container get() method.
DrupalTest::setUp function core/tests/Drupal/Tests/Core/DrupalTest.php
DrupalTest::testSetContainer function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the get/setContainer() method.
DrupalTestBrowser::setClient function core/tests/Drupal/Tests/DrupalTestBrowser.php Sets the Guzzle client.
DrupalTestCaseTrait trait core/tests/Drupal/Tests/DrupalTestCaseTrait.php Provides methods common across all Drupal abstract base test classes.
DrupalTestCaseTrait.php file core/tests/Drupal/Tests/DrupalTestCaseTrait.php
DrupalTestCaseTrait::$root property core/tests/Drupal/Tests/DrupalTestCaseTrait.php The Drupal root directory.
DrupalTestCaseTrait::checkErrorHandlerOnTearDown function core/tests/Drupal/Tests/DrupalTestCaseTrait.php Checks the test error handler after test execution.
DrupalTestCaseTrait::checkLegacySymfonyDeprecationHelperEnvVariable function core/tests/Drupal/Tests/DrupalTestCaseTrait.php Checks legacy SYMFONY_DEPRECATIONS_HELPER env variable is not used.
DrupalTestCaseTrait::expectExceptionMessageIs function core/tests/Drupal/Tests/DrupalTestCaseTrait.php Expects an exactly matching exception message.
DrupalTestCaseTrait::expectExceptionMessageIsOrContains function core/tests/Drupal/Tests/DrupalTestCaseTrait.php Expects an exception message containing a specified string.
DrupalTestCaseTrait::getDrupalRoot function core/tests/Drupal/Tests/DrupalTestCaseTrait.php Returns the Drupal root directory.
DrupalTestCaseTrait::setDebugDumpHandler function core/tests/Drupal/Tests/DrupalTestCaseTrait.php Registers the dumper CLI handler when the DebugDump extension is enabled.
DrupalTestCaseTrait::setUpRoot function core/tests/Drupal/Tests/DrupalTestCaseTrait.php Ensure that the $root property is set initially.
DrupalTestCaseTrait::skipTestWithAttribute function core/tests/Drupal/Tests/DrupalTestCaseTrait.php Supports skipping tests with the Skip attribute.
DrupalTranslator::setLocale function core/lib/Drupal/Core/Validation/DrupalTranslator.php

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