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
BrowserTestBaseTest::testInvalidLinkNotExistsExact function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests linkNotExistsExact() functionality fail.
BrowserTestBaseTest::testLinkExistsExact function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests linkExistsExact() functionality.
BrowserTestBaseTest::testLinkNotExistsExact function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests linkNotExistsExact() functionality.
BrowserTestBaseTest::testLocalTimeZone function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests the assumption that local time is in 'Australia/Sydney'.
BrowserTestBaseTest::testMethodRequiresModule function core/tests/Drupal/KernelTests/Core/Test/BrowserTestBaseTest.php Tests that a test method is skipped when it requires a module not present.
BrowserTestBaseTest::testPipeCharInLocator function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests linkExists() with pipe character (|) in locator.
BrowserTestBaseTest::testProfileModules function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Ensures we can't access modules we shouldn't be able to after install.
BrowserTestBaseTest::testRequiresModule function core/tests/Drupal/KernelTests/Core/Test/BrowserTestBaseTest.php Tests that a test case is skipped when it requires a module not present.
BrowserTestBaseTest::testTearDownWithoutSetUp function core/tests/Drupal/Tests/Core/Test/BrowserTestBaseTest.php Test that tearDown doesn't call cleanupEnvironment if setUp is not called.
BrowserTestBaseTest::testTextAsserts function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests legacy text asserts.
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
BuildTestBase::setUpBeforeClass function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php
BulkFormAccessTest::setUp function core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php
BulkFormTest::setUp function core/modules/node/tests/src/Functional/Views/BulkFormTest.php
BulkFormUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/BulkFormUpdateTest.php Set database dump files to be used.
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
CacheabilityMetadataUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/CacheabilityMetadataUpdateTest.php Set database dump files to be used.
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 Test 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
CacheableResponseTrait::$cacheabilityMetadata property core/lib/Drupal/Core/Cache/CacheableResponseTrait.php The cacheability metadata.
CacheableResponseTrait::addCacheableDependency function core/lib/Drupal/Core/Cache/CacheableResponseTrait.php
CacheableResponseTrait::getCacheableMetadata function core/lib/Drupal/Core/Cache/CacheableResponseTrait.php
CacheBackendInterface::set function core/lib/Drupal/Core/Cache/CacheBackendInterface.php Stores data in the persistent cache.
CacheBackendInterface::setMultiple function core/lib/Drupal/Core/Cache/CacheBackendInterface.php Store multiple items in the persistent cache.
CacheCollector::reset function core/lib/Drupal/Core/Cache/CacheCollector.php Resets the local cache.
CacheCollector::set function core/lib/Drupal/Core/Cache/CacheCollector.php Implements \Drupal\Core\Cache\CacheCollectorInterface::set().
CacheCollectorHelper::set function core/tests/Drupal/Tests/Core/Cache/CacheCollectorHelper.php Implements \Drupal\Core\Cache\CacheCollectorInterface::set().
CacheCollectorHelper::setCacheMissData function core/tests/Drupal/Tests/Core/Cache/CacheCollectorHelper.php Sets data to return from a cache miss resolve.
CacheCollectorInterface::reset function core/lib/Drupal/Core/Cache/CacheCollectorInterface.php Resets the local cache.
CacheCollectorInterface::set function core/lib/Drupal/Core/Cache/CacheCollectorInterface.php Sets cache data.
CacheCollectorTest::setUp function core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php
CacheCollectorTest::testSetAndGet function core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php Tests setting and getting values when the cache is empty.
CacheCollectorTest::testSetAndGetNull function core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php Makes sure that NULL is a valid value and is collected.
CacheCollectorTest::testUpdateCacheReset function core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php Tests a reset of the cache collector.
CacheContextOptimizationTest::setUp function core/tests/Drupal/KernelTests/Core/Cache/CacheContextOptimizationTest.php

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