public property PurgeDiagnosticCheck::$dependent_queue_plugins in Purge 8.3
Required queue plugins.
When your diagnostic check is specific for a certain queue plugin(s) you can bind it to these plugins. This check will then only get loaded when any of these specified queues are in active use.
dependent_queue_plugins = {"memory", "file"}
Type: array
File
- src/
Annotation/ PurgeDiagnosticCheck.php, line 50
Class
- PurgeDiagnosticCheck
- Defines a PurgeDiagnosticCheck annotation object.
Namespace
Drupal\purge\AnnotationCode
public $dependent_queue_plugins = [];