You are here

public function PurgersServiceInterface::getTypesByPurger in Purge 8.3

Retrieve the list of supported invalidation types per purger instance.

Return value

string[] Array with the purger instance ID as key, and list of invalidation types.

See also

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

\Drupal\purge\Plugin\Purge\Purger\PurgerInterface::getId()

1 method overrides PurgersServiceInterface::getTypesByPurger()
PurgersService::getTypesByPurger in src/Plugin/Purge/Purger/PurgersService.php
Retrieve the list of supported invalidation types per purger instance.

File

src/Plugin/Purge/Purger/PurgersServiceInterface.php, line 68

Class

PurgersServiceInterface
Describes a service that distributes access to one or more purgers.

Namespace

Drupal\purge\Plugin\Purge\Purger

Code

public function getTypesByPurger();