You are here

public function PurgerInterface::getTypes in Purge 8.3

Retrieve the list of supported invalidation types.

Return value

string[] List of supported invalidation type plugins.

See also

\Drupal\purge\Annotation\PurgePurger::$types

1 method overrides PurgerInterface::getTypes()
PurgerBase::getTypes in src/Plugin/Purge/Purger/PurgerBase.php
Retrieve the list of supported invalidation types.

File

src/Plugin/Purge/Purger/PurgerInterface.php, line 58

Class

PurgerInterface
Describes a purger - the cache invalidation executor.

Namespace

Drupal\purge\Plugin\Purge\Purger

Code

public function getTypes();