You are here

protected property ImmutableInvalidationBase::$states in Purge 8.3

Invalidation states per purger.

Associative list of which the keys refer to purger instances and the values are \Drupal\purge\Plugin\Purge\Invalidation\InvStatesInterface constants.

Type: int[]

File

src/Plugin/Purge/Invalidation/ImmutableInvalidationBase.php, line 56

Class

ImmutableInvalidationBase
Provides base implementations the immutable invalidation object.

Namespace

Drupal\purge\Plugin\Purge\Invalidation

Code

protected $states = [];