state
Same name and namespace in other branches
- 11.x core/core.services.yml \state
- 10 core/core.services.yml \state
- 9 core/core.services.yml \state
- 8.9.x core/core.services.yml \state
Class
Drupal\Core\State\StateTags
- needs_destruction
74 string references to state
- AliasTest::testPrefixList in core/
modules/ path_alias/ tests/ src/ Kernel/ AliasTest.php - Tests the alias prefix.
- AliasTest::testPrefixListCacheDeletionMidRequest in core/
modules/ path_alias/ tests/ src/ Kernel/ AliasTest.php - Tests situation where the prefix list cache is deleted mid-request.
- AssetQueryStringTest::testResetGet in core/
tests/ Drupal/ KernelTests/ Core/ Asset/ AssetQueryStringTest.php - Tests reset get.
- CacheableMetadataCalculationTest::setUp in core/
modules/ views/ tests/ src/ Kernel/ CacheableMetadataCalculationTest.php - CollectRoutesTest::setUp in core/
modules/ rest/ tests/ src/ Unit/ CollectRoutesTest.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.