public function ImmutableInvalidationInterface::getType in Purge 8.3
Get the type of invalidation.
Return value
string The plugin ID of the invalidation.
1 method overrides ImmutableInvalidationInterface::getType()
- ImmutableInvalidationBase::getType in src/
Plugin/ Purge/ Invalidation/ ImmutableInvalidationBase.php - Get the type of invalidation.
File
- src/
Plugin/ Purge/ Invalidation/ ImmutableInvalidationInterface.php, line 132
Class
- ImmutableInvalidationInterface
- Describes the immutable invalidation.
Namespace
Drupal\purge\Plugin\Purge\InvalidationCode
public function getType();