HttpPurgerForm.php in Generic HTTP Purger 8
Namespace
Drupal\purge_purger_http\FormFile
src/Form/HttpPurgerForm.phpView source
<?php
namespace Drupal\purge_purger_http\Form;
/**
* Configuration form for the HTTP Bundled Purger.
*/
class HttpPurgerForm extends HttpPurgerFormBase {
/**
* {@inheritdoc}
*/
protected $tokenGroups = [
'invalidation',
];
}
Classes
Name | Description |
---|---|
HttpPurgerForm | Configuration form for the HTTP Bundled Purger. |