You are here

protected property VarnishPurgerFormTest::$tokenGroups in Varnish purger 8.2

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

The token group names the form is supposed to display.

Type: string[]

See also

purge_tokens_token_info()

File

src/Tests/VarnishPurgerFormTest.php, line 33

Class

VarnishPurgerFormTest
Tests \Drupal\varnish_purger\Form\VarnishPurgerForm.

Namespace

Drupal\varnish_purger\Tests

Code

protected $tokenGroups = [
  'invalidation',
];