You are here

VarnishPurgerForm.php in Varnish purger 8

Same filename and directory in other branches
  1. 8.2 src/Form/VarnishPurgerForm.php

File

src/Form/VarnishPurgerForm.php
View 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

Namesort descending Description
VarnishPurgerForm Configuration form for the Varnish Bundled Purger.