You are here

service plugin.manager.prod_check_categories in Production check & Production monitor 8

Class

Drupal\prod_check\Plugin\ProdCheckCategoryPluginManager

Tags

  • plugin_manager_cache_clear
2 string references to plugin.manager.prod_check_categories
ProdCheckProcessorBase::create in src/Plugin/ProdCheckProcessor/ProdCheckProcessorBase.php
Creates an instance of the plugin.
StatusReportController::create in src/Controller/StatusReportController.php
Instantiates a new instance of this class.

File

./prod_check.services.yml
prod_check.services.yml

View source
  1. class: Drupal\prod_check\Plugin\ProdCheckCategoryPluginManager
  2. arguments:
  3. - '@module_handler'
  4. - '@cache.discovery'
  5. tags:
  6. - { name: plugin_manager_cache_clear }