You are here

public function ImmutableInvalidationInterface::getProperties in Purge 8.3

Get all stored properties.

Return value

array[] Associative array in which the keys point to purger instances and where each value represents a associative array with key-value stored metadata.

Throws

\LogicException Thrown when NOT operating in general context.

1 method overrides ImmutableInvalidationInterface::getProperties()
ImmutableInvalidationBase::getProperties in src/Plugin/Purge/Invalidation/ImmutableInvalidationBase.php
Get all stored properties.

File

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

Class

ImmutableInvalidationInterface
Describes the immutable invalidation.

Namespace

Drupal\purge\Plugin\Purge\Invalidation

Code

public function getProperties();