Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
VariationCacheTest::$housingTypeCacheability property core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php The cacheability for something that only varies per housing type.
VariationCacheTest::$memoryBackend property core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php The backend used by the variation cache.
VariationCacheTest::$requestStack property core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php The mock request stack.
VariationCacheTest::$solarType property core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php The simulated current user's solar panel type.
VariationCacheTest::$variationCache property core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php The variation cache instance.
VariationCacheTest::assertCacheBackendItem function core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php Asserts that an item was properly stored in the cache backend.
VariationCacheTest::assertVariationCacheItem function core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php Asserts that an item was properly stored in the variation cache.
VariationCacheTest::assertVariationCacheMiss function core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php Asserts that an item could not be retrieved from the variation cache.
VariationCacheTest::getSortedCacheId function core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php Creates the sorted cache ID from cache ID parts.
VariationCacheTest::setUp function core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php
VariationCacheTest::setVariationCacheItem function core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php Stores an item in the variation cache.
VariationCacheTest::testIncompatibleChainedRedirectsComplexException function core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php Tests the same as above, but even more complex.
VariationCacheTest::testIncompatibleChainedRedirectsException function core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php Tests the same as above, but with more redirects.
VariationCacheTest::testIncompatibleRedirectsException function core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php Tests exception for a cache item that has incompatible cache redirects.
VariationCacheTest::testIncompleteRedirectException function core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php Tests exception for a cache item that has an incomplete redirect.
VariationCacheTest::testIncompleteVariationsException function core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php Tests exception for a cache item that has incomplete variations.
VariationCacheTest::testNestedVariations function core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php Tests a cache item that has nested variations.
VariationCacheTest::testNestedVariationsSelfHealing function core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php Tests a cache item that has nested variations that trigger self-healing.
VariationCacheTest::testNoVariations function core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php Tests a cache item that has no variations.
VariationCacheTest::testSingleVariation function core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php Tests a cache item that only ever varies by one context.
VariationCacheTest::testSplitVariationsSelfHealing function core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php Tests self-healing for a cache item that has split variations.
variation_cache.access_policy service core/core.services.yml Drupal\Core\Cache\VariationCacheInterface
variation_cache.access_policy_memory service core/core.services.yml Drupal\Core\Cache\VariationCacheInterface
variation_cache.dynamic_page_cache service core/modules/dynamic_page_cache/dynamic_page_cache.services.yml Drupal\Core\Cache\VariationCacheInterface
variation_cache.jsonapi_normalizations service core/modules/jsonapi/jsonapi.services.yml Drupal\Core\Cache\VariationCacheInterface
variation_cache_factory service core/core.services.yml Drupal\Core\Cache\VariationCacheFactory
vegan-chocolate-nut-brownies.html file core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/recipe_instructions/vegan-chocolate-nut-brownies.html
vegan-chocolate-nut-brownies.html file core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/recipe_instructions/vegan-chocolate-nut-brownies.html
VegetableInterface interface core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/VegetableInterface.php Provides an interface for test plugins.
VegetableInterface.php file core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/VegetableInterface.php
veggie-pasta-bake-umami.html file core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/recipe_instructions/veggie-pasta-bake-umami.html
veggie-pasta-bake-umami.html file core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/recipe_instructions/veggie-pasta-bake-umami.html
VendorHardeningExcluder class core/modules/package_manager/src/PathExcluder/VendorHardeningExcluder.php Excludes vendor hardening files from stage operations.
VendorHardeningExcluder.php file core/modules/package_manager/src/PathExcluder/VendorHardeningExcluder.php
VendorHardeningExcluder::excludeVendorHardeningFiles function core/modules/package_manager/src/PathExcluder/VendorHardeningExcluder.php Excludes vendor hardening files from stage operations.
VendorHardeningExcluder::getSubscribedEvents function core/modules/package_manager/src/PathExcluder/VendorHardeningExcluder.php
VendorHardeningExcluder::__construct function core/modules/package_manager/src/PathExcluder/VendorHardeningExcluder.php
VendorHardeningExcluderTest class core/modules/package_manager/tests/src/Kernel/PathExcluder/VendorHardeningExcluderTest.php Tests Vendor Hardening Excluder.
VendorHardeningExcluderTest.php file core/modules/package_manager/tests/src/Kernel/PathExcluder/VendorHardeningExcluderTest.php
VendorHardeningExcluderTest::testVendorHardeningFilesExcluded function core/modules/package_manager/tests/src/Kernel/PathExcluder/VendorHardeningExcluderTest.php Tests that vendor hardening files are excluded from stage operations.
VendorHardeningPlugin class composer/Plugin/VendorHardening/VendorHardeningPlugin.php A Composer plugin to clean out your project's vendor directory.
VendorHardeningPlugin.php file composer/Plugin/VendorHardening/VendorHardeningPlugin.php
VendorHardeningPlugin::$composer property composer/Plugin/VendorHardening/VendorHardeningPlugin.php Composer object.
VendorHardeningPlugin::$config property composer/Plugin/VendorHardening/VendorHardeningPlugin.php Configuration.
VendorHardeningPlugin::$io property composer/Plugin/VendorHardening/VendorHardeningPlugin.php IO object.
VendorHardeningPlugin::$packagesAlreadyCleaned property composer/Plugin/VendorHardening/VendorHardeningPlugin.php List of projects already cleaned.
VendorHardeningPlugin::activate function composer/Plugin/VendorHardening/VendorHardeningPlugin.php
VendorHardeningPlugin::cleanAllPackages function composer/Plugin/VendorHardening/VendorHardeningPlugin.php Clean all configured packages.
VendorHardeningPlugin::cleanPackage function composer/Plugin/VendorHardening/VendorHardeningPlugin.php Clean a single package.
VendorHardeningPlugin::cleanPathsForPackage function composer/Plugin/VendorHardening/VendorHardeningPlugin.php Clean the installed directories for a named package.

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