You are here

public property PurgeProcessor::$configform in Purge 8.3

Class name of the configuration form of your processor.

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

Type: string

File

src/Annotation/PurgeProcessor.php, line 52

Class

PurgeProcessor
Defines a PurgeProcessor annotation object.

Namespace

Drupal\purge\Annotation

Code

public $configform = '';