You are here

public function ImmutableInvalidationInterface::getStateString in Purge 8.3

Get the current state as string.

Return value

string A capitalized string exactly matching the names of the constants in \Drupal\purge\Plugin\Purge\Invalidation\InvStatesInterface.

1 method overrides ImmutableInvalidationInterface::getStateString()
ImmutableInvalidationBase::getStateString in src/Plugin/Purge/Invalidation/ImmutableInvalidationBase.php
Get the current state as string.

File

src/Plugin/Purge/Invalidation/ImmutableInvalidationInterface.php, line 116

Class

ImmutableInvalidationInterface
Describes the immutable invalidation.

Namespace

Drupal\purge\Plugin\Purge\Invalidation

Code

public function getStateString();