public function CapacityTrackerInterface::setPurgers in Purge 8.3
Set all purger plugin instances.
Parameters
\Drupal\purge\Plugin\Purge\Purger\PurgerInterface[] $purgers: All purger plugins instantiated by PurgersServiceInterface.
1 method overrides CapacityTrackerInterface::setPurgers()
- CapacityTracker::setPurgers in src/
Plugin/ Purge/ Purger/ CapacityTracker.php - Set all purger plugin instances.
File
- src/
Plugin/ Purge/ Purger/ CapacityTrackerInterface.php, line 185
Class
- CapacityTrackerInterface
- Describes the capacity tracker.
Namespace
Drupal\purge\Plugin\Purge\PurgerCode
public function setPurgers(array $purgers);