Search for set

  1. Search 7.x for set
  2. Search 9.5.x for set
  3. Search 10.3.x for set
  4. Search 11.x for set
  5. Other projects
Title Object type File name Summary
KernelTestBaseShutdownTest::setUp function core/tests/Drupal/KernelTests/KernelTestBaseShutdownTest.php
KernelTestBaseTest class core/tests/Drupal/KernelTests/KernelTestBaseTest.php @coversDefaultClass \Drupal\KernelTests\KernelTestBase
KernelTestBaseTest class core/tests/Drupal/Tests/Core/Test/KernelTestBaseTest.php @group Test
@group legacy
KernelTestBaseTest class core/modules/simpletest/src/Tests/KernelTestBaseTest.php Tests KernelTestBase functionality.
KernelTestBaseTest.php file core/modules/simpletest/src/Tests/KernelTestBaseTest.php
KernelTestBaseTest.php file core/tests/Drupal/Tests/Core/Test/KernelTestBaseTest.php
KernelTestBaseTest.php file core/tests/Drupal/KernelTests/KernelTestBaseTest.php
KernelTestBaseTest::$modules property core/modules/simpletest/src/Tests/KernelTestBaseTest.php Modules to enable.
KernelTestBaseTest::run function core/modules/simpletest/src/Tests/KernelTestBaseTest.php Run all tests in this class.
KernelTestBaseTest::setUp function core/modules/simpletest/src/Tests/KernelTestBaseTest.php Performs setup tasks before each individual test method is run.
KernelTestBaseTest::tearDown function core/tests/Drupal/KernelTests/KernelTestBaseTest.php
KernelTestBaseTest::testBootEnvironment function core/tests/Drupal/KernelTests/KernelTestBaseTest.php @covers ::bootEnvironment
KernelTestBaseTest::testBootKernel function core/tests/Drupal/KernelTests/KernelTestBaseTest.php @covers ::bootKernel
KernelTestBaseTest::testContainerIsolation function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests whether the fixture allows us to install modules and configuration.
KernelTestBaseTest::testDeprecatedIsTestInIsolation function core/tests/Drupal/Tests/Core/Test/KernelTestBaseTest.php @expectedDeprecation Drupal\KernelTests\KernelTestBase::isTestInIsolation() is deprecated in Drupal 8.4.x, for removal before the Drupal 9.0.0 release. KernelTestBase tests are always run in isolated processes.
KernelTestBaseTest::testDrupalGetProfile function core/modules/simpletest/src/Tests/KernelTestBaseTest.php Tests that \Drupal::installProfile() returns NULL.
KernelTestBaseTest::testEnableModulesFixedList function core/modules/simpletest/src/Tests/KernelTestBaseTest.php Tests that the module list is retained after enabling/installing/disabling.
KernelTestBaseTest::testEnableModulesInstall function core/modules/simpletest/src/Tests/KernelTestBaseTest.php Tests expected installation behavior of enableModules().
KernelTestBaseTest::testEnableModulesInstallContainer function core/modules/simpletest/src/Tests/KernelTestBaseTest.php Tests installing modules with DependencyInjection services.
KernelTestBaseTest::testEnableModulesLoad function core/modules/simpletest/src/Tests/KernelTestBaseTest.php Tests expected load behavior of enableModules().
KernelTestBaseTest::testEnableModulesTheme function core/modules/simpletest/src/Tests/KernelTestBaseTest.php Tests that ThemeManager works right after loading a module.
KernelTestBaseTest::testGetDatabaseConnectionInfoWithOutManualSetDbUrl function core/tests/Drupal/KernelTests/KernelTestBaseTest.php @covers ::getDatabaseConnectionInfo
KernelTestBaseTest::testInstallConfig function core/modules/simpletest/src/Tests/KernelTestBaseTest.php Tests expected behavior of installConfig().
KernelTestBaseTest::testInstallEntitySchema function core/modules/simpletest/src/Tests/KernelTestBaseTest.php Tests expected behavior of installEntitySchema().
KernelTestBaseTest::testInstallSchema function core/modules/simpletest/src/Tests/KernelTestBaseTest.php Tests expected behavior of installSchema().
KernelTestBaseTest::testLocalTimeZone function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests the assumption that local time is in 'Australia/Sydney'.
KernelTestBaseTest::testMethodRequiresModule function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests that a test method is skipped when it requires a module not present.
KernelTestBaseTest::testNoThemeByDefault function core/modules/simpletest/src/Tests/KernelTestBaseTest.php Tests that there is no theme by default.
KernelTestBaseTest::testOutboundHttpRequest function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests that an outbound HTTP request can be performed inside of a test.
KernelTestBaseTest::testProfileModules function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Ensures KernelTestBase tests can access modules in profiles.
KernelTestBaseTest::testRegister function core/tests/Drupal/KernelTests/KernelTestBaseTest.php @covers ::register
KernelTestBaseTest::testRender function core/tests/Drupal/KernelTests/KernelTestBaseTest.php @covers ::render
KernelTestBaseTest::testRenderWithTheme function core/tests/Drupal/KernelTests/KernelTestBaseTest.php @covers ::render
KernelTestBaseTest::testRequiresModule function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests that a test case is skipped when it requires a module not present.
KernelTestBaseTest::testSetUp function core/tests/Drupal/KernelTests/KernelTestBaseTest.php @covers ::setUp
KernelTestBaseTest::testSetUp function core/modules/simpletest/src/Tests/KernelTestBaseTest.php Tests expected behavior of setUp().
KernelTestBaseTest::testSetUpBeforeClass function core/tests/Drupal/KernelTests/KernelTestBaseTest.php @covers ::setUpBeforeClass
KernelTestBaseTest::testSetUpDoesNotLeak function core/tests/Drupal/KernelTests/KernelTestBaseTest.php @covers ::setUp
@depends testSetUp
KernelTestBaseTest::testSubsequentContainerIsolation function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests whether the fixture can re-install modules and configuration.
KeyValueContentEntityStorageTest::setUp function core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php
KeyValueEntityStorageTest::setUp function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php
KeyValueEntityStorageTest::setUpKeyValueEntityStorage function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php Prepares the key value entity storage.
KeyValueExpirableFactory::DEFAULT_SETTING constant core/lib/Drupal/Core/KeyValueStore/KeyValueExpirableFactory.php The default setting name.
KeyValueFactory::DEFAULT_SETTING constant core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php The default setting name.
KeyValueStoreExpirableInterface::setMultipleWithExpire function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreExpirableInterface.php Saves an array of values with a time to live.
KeyValueStoreExpirableInterface::setWithExpire function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreExpirableInterface.php Saves a value for a given key with a time to live.
KeyValueStoreExpirableInterface::setWithExpireIfNotExists function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreExpirableInterface.php Sets a value for a given key with a time to live if it does not yet exist.
KeyValueStoreInterface::set function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Saves a value for a given key.
KeyValueStoreInterface::setIfNotExists function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Saves a value for a given key if it does not exist yet.
KeyValueStoreInterface::setMultiple function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Saves key/value pairs.

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