You are here

public function ImmutableInvalidationInterface::getStateStringTranslated in Purge 8.3

Get the current state as user translated string.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup The translated string describing the current state of the invalidation.

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

File

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

Class

ImmutableInvalidationInterface
Describes the immutable invalidation.

Namespace

Drupal\purge\Plugin\Purge\Invalidation

Code

public function getStateStringTranslated();