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 11.x for set
  5. Other projects
Title Object type File name Summary
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
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
CacheBackendDecorator::set function core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php Stores data in the persistent cache.
CacheBackendDecorator::setMultiple function core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php Store multiple items in the persistent cache.
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::setCacheCreated function core/tests/Drupal/Tests/Core/Cache/CacheCollectorHelper.php Setter for the cacheCreated property for use in unit tests.
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
CacheContextsManager::parseTokens function core/lib/Drupal/Core/Cache/Context/CacheContextsManager.php Parses cache context tokens into context IDs and optional parameters.
CacheDecoratorInterface::setCacheKey function core/lib/Drupal/Core/CacheDecorator/CacheDecoratorInterface.php Specify the key to use when writing the cache.
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 Determine cache expiration time.
CacheTagsChecksumDecorator::reset function core/modules/system/tests/modules/performance_test/src/Cache/CacheTagsChecksumDecorator.php
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.

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