You are here

8 calls to PurgersService::getPluginsEnabled() in Purge 8.3

PurgersService::getLabels in src/Plugin/Purge/Purger/PurgersService.php
Retrieve all user-readable labels for all enabled purger instances.
PurgersService::getPluginsAvailable in src/Plugin/Purge/Purger/PurgersService.php
This method takes into account that purger plugins that are not multi-instantiable, can only be loaded once and are no longer available if they are already available. Plugins that are multi-instantiable, will always be listed.
PurgersService::getTypesByPurger in src/Plugin/Purge/Purger/PurgersService.php
Retrieve the list of supported invalidation types per purger instance.
PurgersService::initializePurgers in src/Plugin/Purge/Purger/PurgersService.php
Propagate $this->purgers by initializing the purgers.
PurgersService::invalidate in src/Plugin/Purge/Purger/PurgersService.php
Invalidate content from external caches.
PurgersService::movePurgerDown in src/Plugin/Purge/Purger/PurgersService.php
Move the purger instance down in the plugin execution order.
PurgersService::movePurgerUp in src/Plugin/Purge/Purger/PurgersService.php
Move the purger instance up in the plugin execution order.
PurgersService::setPluginsEnabled in src/Plugin/Purge/Purger/PurgersService.php
Set the plugins used by the service and reload it.