You are here

service purge.queuers in Purge 8.3

Class

Drupal\purge\Plugin\Purge\Queuer\QueuersService
8 string references to purge.queuers
CacheTagsQueuerTest::setUp in modules/purge_queuer_coretags/tests/src/Unit/CacheTagsQueuerTest.php
DashboardController::create in modules/purge_ui/src/Controller/DashboardController.php
Instantiates a new instance of this class.
PurgeBlockForm::create in modules/purge_ui/src/Form/PurgeBlockForm.php
QueuerAddForm::create in modules/purge_ui/src/Form/QueuerAddForm.php
Instantiates a new instance of this class.
QueuerDeleteForm::create in modules/purge_ui/src/Form/QueuerDeleteForm.php
Instantiates a new instance of this class.

... See full list

File

./purge.services.yml
purge.services.yml

View source
  1. class: Drupal\purge\Plugin\Purge\Queuer\QueuersService
  2. arguments:
  3. - '@plugin.manager.purge.queuer'
  4. - '@config.factory'
  5. public: true