You are here

service purge.processors in Purge 8.3

Class

Drupal\purge\Plugin\Purge\Processor\ProcessorsService
8 string references to purge.processors
DashboardController::create in modules/purge_ui/src/Controller/DashboardController.php
Instantiates a new instance of this class.
ProcessorAddForm::create in modules/purge_ui/src/Form/ProcessorAddForm.php
Instantiates a new instance of this class.
ProcessorDeleteForm::create in modules/purge_ui/src/Form/ProcessorDeleteForm.php
Instantiates a new instance of this class.
ProcessorFormController::create in modules/purge_ui/src/Controller/ProcessorFormController.php
Instantiates a new instance of this class.
ProcessorsAvailableDiagnosticCheck::create in src/Plugin/Purge/DiagnosticCheck/ProcessorsAvailableDiagnosticCheck.php
Creates an instance of the plugin.

... See full list

File

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

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