-
Notifications
You must be signed in to change notification settings - Fork 1
/
cache_edu.routing.yml
58 lines (56 loc) · 2 KB
/
cache_edu.routing.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
cache_edu.simple_get_1:
path: '/cache-edu/simple-get-1'
defaults:
_controller: '\Drupal\cache_edu\Controller\PizzaShop::simpleGet__1'
_title: 'Simple pizza cache (broken)'
requirements:
_permission: 'access content'
cache_edu.simple_get_2:
path: '/cache-edu/simple-get-2'
defaults:
_controller: '\Drupal\cache_edu\Controller\PizzaShop::simpleGet__2'
_title: 'Simple pizza cache (working)'
requirements:
_permission: 'access content'
cache_edu.simple_best_before_3:
path: '/cache-edu/simple-best-before-3'
defaults:
_controller: '\Drupal\cache_edu\Controller\PizzaShop::simpleBestBefore__3'
_title: 'Simple pizza cache (best before 09/2022)'
requirements:
_permission: 'access content'
cache_edu.simple_cleanup_one_pizza_4:
path: '/cache-edu/simple-cleanup-one-pizza-4'
defaults:
_controller: '\Drupal\cache_edu\Controller\PizzaShop::simpleCleanupOnePizza__4'
_title: 'Cleanup one Pizza'
requirements:
_permission: 'access content'
cache_edu.simple_cleanup_all_pizzas_5:
path: '/cache-edu/simple-cleanup-all-pizzas-5'
defaults:
_controller: '\Drupal\cache_edu\Controller\PizzaShop::simpleCleanupAllPizzas__5'
_title: 'Cleanup all Pizzas'
requirements:
_permission: 'access content'
cache_edu.frozen_pizzas_6:
path: '/cache-edu/frozen-pizzas-6'
defaults:
_controller: '\Drupal\cache_edu\Controller\PizzaShop::frozenPizzas__6'
_title: 'Frozen Margherita'
requirements:
_permission: 'access content'
cache_edu.frozen_pizzas_tags_7:
path: '/cache-edu/frozen-pizzas-with-tags-7'
defaults:
_controller: '\Drupal\cache_edu\Controller\PizzaShop::frozenPizzasTags__7'
_title: 'Frozen Marinara (with Tags)'
requirements:
_permission: 'access content'
cache_edu.frozen_pizzas_invalidate_8:
path: '/cache-edu/frozen-pizzas-invalidate-tags-8'
defaults:
_controller: '\Drupal\cache_edu\Controller\PizzaShop::frozenPizzasInvalidate__8'
_title: 'Invalidate frozen dough_version'
requirements:
_permission: 'access content'