You are here

public function ImmutableInvalidationInterface::__toString in Purge 8.3

Return the string expression of the invalidation.

Return value

string Returns the string serialization, e.g. "node/1".

1 method overrides ImmutableInvalidationInterface::__toString()
ImmutableInvalidationBase::__toString in src/Plugin/Purge/Invalidation/ImmutableInvalidationBase.php
Return the string expression of the invalidation.

File

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

Class

ImmutableInvalidationInterface
Describes the immutable invalidation.

Namespace

Drupal\purge\Plugin\Purge\Invalidation

Code

public function __toString();