public static function FooCacheContext::getLabel in Drupal 10
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php \Drupal\Tests\Core\Cache\Context\FooCacheContext::getLabel()
- 9 core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php \Drupal\Tests\Core\Cache\Context\FooCacheContext::getLabel()
File
- core/
tests/ Drupal/ Tests/ Core/ Cache/ Context/ CacheContextsManagerTest.php, line 257 - Contains \Drupal\Tests\Core\Cache\Context\CacheContextsManagerTest.
Class
- FooCacheContext
- Fake cache context class.
Namespace
Drupal\Tests\Core\Cache\ContextCode
public static function getLabel() {
return 'Foo';
}