You are here

service courier.manager.global_template_collection in Courier 2.x

Same name and namespace in other branches
  1. 8 courier.services.yml \courier.manager.global_template_collection

Class

Drupal\courier\Service\GlobalTemplateCollectionManager
7 string references to courier.manager.global_template_collection
CourierGlobalCollectionInvalidTemplateTest::setUp in tests/src/Kernel/CourierGlobalCollectionInvalidTemplateTest.php
CourierGlobalCollectionTest::setUp in tests/src/Kernel/CourierGlobalCollectionTest.php
courier_entity_load in ./courier.module
Implements hook_entity_load().
courier_system_entity_access in courier_system/courier_system.module
Implements hook_entity_access().
courier_system_update_8001 in courier_system/courier_system.install
Converts template collection state mapping to new global template collection configuration entities.

... See full list

File

./courier.services.yml
courier.services.yml

View source
  1. class: Drupal\courier\Service\GlobalTemplateCollectionManager
  2. arguments:
  3. - '@keyvalue'
  4. - '@courier.manager'