You are here

public function InvalidationInterface::removeStateContext in Purge 8.3

Remove a state context from the object because the purger no longer exists.

Parameters

string $purger_instance_id: The instance ID of the purger to wipe from the invalidation.

Throws

\LogicException Thrown when the value is incorrect or when NOT operating in NULL context.

1 method overrides InvalidationInterface::removeStateContext()
InvalidationBase::removeStateContext in src/Plugin/Purge/Invalidation/InvalidationBase.php
Remove a state context from the object because the purger no longer exists.

File

src/Plugin/Purge/Invalidation/InvalidationInterface.php, line 50

Class

InvalidationInterface
Desribes the invalidation object.

Namespace

Drupal\purge\Plugin\Purge\Invalidation

Code

public function removeStateContext($purger_instance_id);