You are here

public function ImmutableInvalidationBase::getType in Purge 8.3

Get the type of invalidation.

Return value

string The plugin ID of the invalidation.

Overrides ImmutableInvalidationInterface::getType

File

src/Plugin/Purge/Invalidation/ImmutableInvalidationBase.php, line 219

Class

ImmutableInvalidationBase
Provides base implementations the immutable invalidation object.

Namespace

Drupal\purge\Plugin\Purge\Invalidation

Code

public function getType() {
  return $this
    ->getPluginId();
}