You are here

public property PurgeDiagnosticCheck::$dependent_purger_plugins in Purge 8.3

Required purger plugins.

When your diagnostic check is specific for a certain purger plugin(s) you can bind it to these plugins. This check will then only get loaded when any of these specified purgers are in active use.


dependent_purger_plugins = {"mypurger"}

Type: array

File

src/Annotation/PurgeDiagnosticCheck.php, line 65

Class

PurgeDiagnosticCheck
Defines a PurgeDiagnosticCheck annotation object.

Namespace

Drupal\purge\Annotation

Code

public $dependent_purger_plugins = [];