You are here

public property PurgeQueuer::$configform in Purge 8.3

Class name of the configuration form of your queuer.

Full class name of the configuration form of your queuer, with leading backslash. Class must extend \Drupal\purge_ui\Form\QueuerConfigFormBase.

Type: string

File

src/Annotation/PurgeQueuer.php, line 52

Class

PurgeQueuer
Defines a PurgeQueuer annotation object.

Namespace

Drupal\purge\Annotation

Code

public $configform = '';