You are here

public function PurgersServiceInterface::getTypes in Purge 8.3

Retrieve the list of supported invalidation types.

Return value

string[] List of supported invalidation type plugins.

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

File

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

Class

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

Namespace

Drupal\purge\Plugin\Purge\Purger

Code

public function getTypes();