VarnishBundledPurgerForm.php in Varnish purger 8.2
Same filename and directory in other branches
Namespace
Drupal\varnish_purger\FormFile
src/Form/VarnishBundledPurgerForm.phpView source
<?php
namespace Drupal\varnish_purger\Form;
/**
* Configuration form for the Varnish Purger.
*/
class VarnishBundledPurgerForm extends VarnishPurgerFormBase {
/**
* The token group names this purger supports replacing tokens for.
*
* @see purge_tokens_token_info()
*
* @var string[]
*/
protected $tokenGroups = [
'invalidations',
];
}
Classes
Name | Description |
---|---|
VarnishBundledPurgerForm | Configuration form for the Varnish Purger. |