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