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
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
CacheContextsManager::parseTokens function core/lib/Drupal/Core/Cache/Context/CacheContextsManager.php Parses cache context tokens into context IDs and optional parameters.
CachedStorage::resetListCache function core/lib/Drupal/Core/Config/CachedStorage.php Clears the static list cache.
CachedStorageTest::setUp function core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php
CacheFactory::$settings property core/lib/Drupal/Core/Cache/CacheFactory.php The site settings.
CacheFactory::setContainer function core/lib/Drupal/Core/Cache/CacheFactory.php Sets the service container.
CacheFactoryTest::testCacheFactoryWithDefaultSettings function core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php Tests that the cache factory falls back to the built-in default service.
CachePluginBase::cacheSet function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Save data to the cache.
CachePluginBase::cacheSetMaxAge function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Determines cache expiration time based on its type.
CachePreWarmerTest::setupCacheServices function core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php
CacheTagsChecksumDecorator::reset function core/modules/system/tests/modules/performance_test/src/Cache/CacheTagsChecksumDecorator.php Reset statically cached tags.
CacheTagsChecksumInterface::reset function core/lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php Reset statically cached tags.
CacheTagsChecksumTrait::reset function core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::reset()
CacheTagsInvalidator::resetChecksums function core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php Reset statically cached tags in all cache tag checksum services.
CacheTagTest::setUp function core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php Sets up the test.
CacheTest::setUp function core/modules/views/tests/src/Kernel/Plugin/CacheTest.php
CacheWebTest::setUp function core/modules/views/tests/src/Functional/Plugin/CacheWebTest.php Sets up the test.
CallableResolverTest::setUp function core/tests/Drupal/Tests/Core/Utility/CallableResolverTest.php
Callbacks::advancedCommandsSettingsCallback function core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php Ajax form callback: Selects 'settings'.
CaptureTransport::setKeyValueFactory function core/modules/mailer/tests/modules/mailer_capture/src/Transport/CaptureTransport.php Set key value factory.
CaseInsensitivePathTest::setUp function core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php
CastedIntFieldJoinTestBase::setUp function core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php
CastedIntFieldJoinTestBase::setUpFixtures function core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php
CategorizingPluginManagerTraitTest::setUp function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php
CategoryAutocompleteTest::setUp function core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php
ChainedFastBackend::reset function core/lib/Drupal/Core/Cache/ChainedFastBackend.php @todo Document in https://www.drupal.org/node/2311945.
ChainedFastBackend::set function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Stores data in the persistent cache.
ChainedFastBackend::setMultiple function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Store multiple items in the persistent cache.
ChainedFastBackendFactory::setContainer function core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php Sets the service container.
ChainedFastBackendTest::testSet function core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php Tests that sets only get written to the consistent backend.
ChainedFastBackendTest::testSetInvalidDataFastBackend function core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php Tests a get() on consistent backend without saving on fast backend.
ChainEntityResolverTest::setUp function core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php
ChainRequestPolicyTest::setUp function core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php
ChainResponsePolicyTest::setUp function core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php
ChangeLoggerTest::setUp function core/modules/package_manager/tests/src/Kernel/ChangeLoggerTest.php
ChangePromotedDefaultTest::setDatabaseDumpFiles function core/modules/node/tests/src/Functional/Update/ChangePromotedDefaultTest.php Set database dump files to be used.
charset.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/charset.css @charset "UTF-8";html{font-family:"sans-serif";}
charset.css.optimized.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/charset.css.optimized.css html{font-family:"sans-serif";}
charset_newline.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/charset_newline.css @charset "UTF-8";
html{font-family:"sans-serif";}
charset_same_line.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/charset_same_line.css @charset "UTF-8";html{font-family:"sans-serif";}
CheckpointStorage::setCheckpointToReadFrom function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Sets the checkpoint to read from.
CheckpointStorageInterface::setCheckpointToReadFrom function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorageInterface.php Sets the checkpoint to read from.
CheckpointStorageTest::setRandomFixtureConfig function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php Generate random config in the memory storage.
CheckpointStorageTest::setUp function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php
CheckpointStorageTest::setUp function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
CheckProvider::setChecks function core/lib/Drupal/Core/Access/CheckProvider.php For each route, saves a list of applicable access checks to the route.

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