You are here

protected property VarnishPurgerFormBase::$purgeInvalidationFactory in Varnish purger 8.2

Same name and namespace in other branches
  1. 8 src/Form/VarnishPurgerFormBase.php \Drupal\varnish_purger\Form\VarnishPurgerFormBase::purgeInvalidationFactory

The service that generates invalidation objects on-demand.

Type: \Drupal\purge\Plugin\Purge\Invalidation\InvalidationsServiceInterface

File

src/Form/VarnishPurgerFormBase.php, line 22

Class

VarnishPurgerFormBase
Abstract form base for Varnish based configurable purgers.

Namespace

Drupal\varnish_purger\Form

Code

protected $purgeInvalidationFactory;