You are here

HttpPurgerForm.php in Generic HTTP Purger 8

File

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

namespace Drupal\purge_purger_http\Form;


/**
 * Configuration form for the HTTP Bundled Purger.
 */
class HttpPurgerForm extends HttpPurgerFormBase {

  /**
   * {@inheritdoc}
   */
  protected $tokenGroups = [
    'invalidation',
  ];

}

Classes

Namesort descending Description
HttpPurgerForm Configuration form for the HTTP Bundled Purger.