cache.bootstrap

Same name and namespace in other branches
  1. 8.9.x core/core.services.yml \cache.bootstrap
  2. 10 core/core.services.yml \cache.bootstrap

Class

Drupal\Core\Cache\CacheBackendInterface

Tags

  • cache.bin
9 string references to cache.bootstrap
RegistryLegacyTest::testMultipleSubThemes in core/tests/Drupal/KernelTests/Core/Theme/RegistryLegacyTest.php
Tests the theme registry with theme functions and multiple subthemes.
RegistryLegacyTest::testRegistryConstructorParameters in core/tests/Drupal/KernelTests/Core/Theme/RegistryLegacyTest.php
Tests the order of registry parameters.
RegistryLegacyTest::testSuggestionPreprocessFunctions in core/tests/Drupal/KernelTests/Core/Theme/RegistryLegacyTest.php
Tests the theme registry with theme functions with suggestions.
RegistryTest::testMultipleSubThemes in core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php
Tests the theme registry with multiple subthemes.
RegistryTest::testSuggestionPreprocessFunctions in core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php
Tests the theme registry with suggestions.

... See full list

File

core/core.services.yml

View source
  1. class: Drupal\Core\Cache\CacheBackendInterface
  2. tags:
  3. - { name: cache.bin, default_backend: cache.backend.chainedfast }
  4. factory:
  5. - '@cache_factory'
  6. - get
  7. arguments:
  8. - bootstrap

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