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. Other projects
Title Object type File name Summary
BrowserTestBaseTest::$defaultTheme property core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php The theme to install as the default for testing.
BrowserTestBaseTest::$modules property core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Modules to install.
BrowserTestBaseTest::mockBrowserTestBaseWithDriver function core/tests/Drupal/Tests/Core/Test/BrowserTestBaseTest.php
BrowserTestBaseTest::testCheckForMetaRefresh function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests the ::checkForMetaRefresh() method.
BrowserTestBaseTest::testClickLink function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests clickLink() functionality.
BrowserTestBaseTest::testCronRun function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests the ::cronRun() method.
BrowserTestBaseTest::testDeprecationHeaders function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests that deprecation headers do not get duplicated.
BrowserTestBaseTest::testDrupalGet function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests drupalGet().
BrowserTestBaseTest::testDrupalSettings function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests that JavaScript Drupal settings can be read.
BrowserTestBaseTest::testError function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
BrowserTestBaseTest::testFieldAssertsForCheckbox function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests legacy field asserts for checkbox field type.
BrowserTestBaseTest::testFieldAssertsForTextfields function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests field asserts using textfields.
BrowserTestBaseTest::testForm function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests basic form functionality.
BrowserTestBaseTest::testGetDefaultDriveInstance function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
BrowserTestBaseTest::testGetHttpClient function core/tests/Drupal/Tests/Core/Test/BrowserTestBaseTest.php @covers ::getHttpClient
BrowserTestBaseTest::testGetHttpClientException function core/tests/Drupal/Tests/Core/Test/BrowserTestBaseTest.php @covers ::getHttpClient
BrowserTestBaseTest::testGoTo function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests basic page test.
BrowserTestBaseTest::testHtKey function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests the protections provided by .htkey.
BrowserTestBaseTest::testInstall function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests the Drupal install done in \Drupal\Tests\BrowserTestBase::setUp().
BrowserTestBaseTest::testLocalTimeZone function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests the assumption that local time is in 'Australia/Sydney'.
BrowserTestBaseTest::testProfileModules function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Ensures we can't access modules we shouldn't be able to after install.
BrowserTestBaseTest::testSessionOnRequest function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests that a usable session is on the request in test-runner.
BrowserTestBaseTest::testSimpleTestBaseUrlValidation function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Test if setting an invalid scheme in SIMPLETEST_BASE_URL throws an exception.
BrowserTestBaseTest::testTearDownWithoutSetUp function core/tests/Drupal/Tests/Core/Test/BrowserTestBaseTest.php Tests that tearDown doesn't call cleanupEnvironment if setUp is not called.
BrowserTestBaseTest::testVarDump function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests the dump() function provided by the var-dumper Symfony component.
BrowserTestBaseTest::testXpathAsserts function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests legacy field asserts which use xpath directly.
BuildTestBase::setUp function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php
BulkDeleteTest::setUp function core/modules/field/tests/src/Kernel/BulkDeleteTest.php Set the default field storage backend for fields created during tests.
BulkFormAccessTest::setUp function core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php Sets up the test.
BulkFormTest::setUp function core/modules/node/tests/src/Functional/Views/BulkFormTest.php Sets up the test.
BulkFormTest::setUp function core/modules/views/tests/src/Functional/BulkFormTest.php
BulkOperationsTest::setUp function core/modules/views/tests/src/FunctionalJavascript/Plugin/BulkOperationsTest.php
BundleClassTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/BundleClassTest.php
BundleConstraintValidatorTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php
BundleTranslationSettingsInterface interface core/modules/content_translation/src/BundleTranslationSettingsInterface.php Interface providing support for content translation bundle settings.
BundleTranslationSettingsInterface.php file core/modules/content_translation/src/BundleTranslationSettingsInterface.php
BundleTranslationSettingsInterface::getBundleTranslationSettings function core/modules/content_translation/src/BundleTranslationSettingsInterface.php Returns translation settings for the specified bundle.
BundleTranslationSettingsInterface::setBundleTranslationSettings function core/modules/content_translation/src/BundleTranslationSettingsInterface.php Sets translation settings for the specified bundle.
CacheabilityMetadataConfigOverrideIntegrationTest::setUp function core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php
CacheabilityMetadataConfigOverrideTest::setUp function core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php
CacheableDependencyTrait::setCacheability function core/lib/Drupal/Core/Cache/CacheableDependencyTrait.php Sets cacheability; useful for value object constructors.
CacheableMetadata::setCacheContexts function core/lib/Drupal/Core/Cache/CacheableMetadata.php Sets cache contexts.
CacheableMetadata::setCacheMaxAge function core/lib/Drupal/Core/Cache/CacheableMetadata.php Sets the maximum age (in seconds).
CacheableMetadata::setCacheTags function core/lib/Drupal/Core/Cache/CacheableMetadata.php Sets cache tags.
CacheableMetadataCalculationTest::resetState function core/modules/views/tests/src/Kernel/CacheableMetadataCalculationTest.php Resets the state so we are ready for a new test.
CacheableMetadataCalculationTest::setUp function core/modules/views/tests/src/Kernel/CacheableMetadataCalculationTest.php
CacheableMetadataTest::providerSetCacheMaxAge function core/tests/Drupal/Tests/Core/Cache/CacheableMetadataTest.php Data provider for testSetCacheMaxAge.
CacheableMetadataTest::testSetCacheMaxAge function core/tests/Drupal/Tests/Core/Cache/CacheableMetadataTest.php Tests valid and invalid values as max age.
CacheableResponseTrait trait core/lib/Drupal/Core/Cache/CacheableResponseTrait.php Provides an implementation of CacheableResponseInterface.
CacheableResponseTrait.php file core/lib/Drupal/Core/Cache/CacheableResponseTrait.php

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