You are here

VarnishBundledPurgerForm.php in Varnish purger 8

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

File

src/Form/VarnishBundledPurgerForm.php
View source
<?php

namespace Drupal\varnish_purger\Form;


/**
 * Configuration form for the Varnish Purger.
 */
class VarnishBundledPurgerForm extends VarnishPurgerFormBase {

  /**
   * The token group names this purger supports replacing tokens for.
   *
   * @see purge_tokens_token_info()
   *
   * @var string[]
   */
  protected $tokenGroups = [
    'invalidations',
  ];

}

Classes

Namesort descending Description
VarnishBundledPurgerForm Configuration form for the Varnish Purger.