state
Same name in other branches
- 9 core/core.services.yml \state
- 8.9.x core/core.services.yml \state
Class
Drupal\Core\State\StateTags
- needs_destruction
75 string references to state
- AliasTest::testWhitelist in core/
modules/ path_alias/ tests/ src/ Kernel/ AliasTest.php - Tests the alias whitelist.
- AliasTest::testWhitelistCacheDeletionMidRequest in core/
modules/ path_alias/ tests/ src/ Kernel/ AliasTest.php - Tests situation where the whitelist cache is deleted mid-request.
- AssetQueryStringTest::testResetGet in core/
tests/ Drupal/ KernelTests/ Core/ Asset/ AssetQueryStringTest.php - @covers ::get @covers ::reset
- CacheableMetadataCalculationTest::create in core/
modules/ views/ tests/ modules/ views_test_cacheable_metadata_calculation/ src/ Plugin/ views/ access/ CacheableMetadataCalculationTest.php - Creates an instance of the plugin.
- CacheableMetadataCalculationTest::setUp in core/
modules/ views/ tests/ src/ Kernel/ CacheableMetadataCalculationTest.php
File
-
core/
core.services.yml
View source
- class: Drupal\Core\State\State
- arguments:
- - '@keyvalue'
- - '@cache.bootstrap'
- - '@lock'
- tags:
- - { name: needs_destruction }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.