You are here

protected property VarnishPurgerForm::$tokenGroups in Varnish purger 8.2

Same name and namespace in other branches
  1. 8 src/Form/VarnishPurgerForm.php \Drupal\varnish_purger\Form\VarnishPurgerForm::tokenGroups

The token group names this purger supports replacing tokens for.

Type: string[]

Overrides VarnishPurgerFormBase::$tokenGroups

See also

purge_tokens_token_info()

File

src/Form/VarnishPurgerForm.php, line 17

Class

VarnishPurgerForm
Configuration form for the Varnish Bundled Purger.

Namespace

Drupal\varnish_purger\Form

Code

protected $tokenGroups = [
  'invalidation',
];