You are here

protected property VarnishBundledPurgerForm::$tokenGroups in Varnish purger 8

Same name and namespace in other branches
  1. 8.2 src/Form/VarnishBundledPurgerForm.php \Drupal\varnish_purger\Form\VarnishBundledPurgerForm::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/VarnishBundledPurgerForm.php, line 17

Class

VarnishBundledPurgerForm
Configuration form for the Varnish Purger.

Namespace

Drupal\varnish_purger\Form

Code

protected $tokenGroups = [
  'invalidations',
];