public function PurgersServiceInterface::movePurgerDown in Purge 8.3
Move the purger instance down in the plugin execution order.
Parameters
string $purger_instance_id: The instance ID of the purger that should move one place down.
Throws
\Drupal\purge\Plugin\Purge\Purger\Exception\BadBehaviorException Thrown when $purger_instance_id is not enabled or does not exist.
See also
\Drupal\purge\Plugin\Purge\Purger\PurgersServiceInterface::setPluginsEnabled()
1 method overrides PurgersServiceInterface::movePurgerDown()
- PurgersService::movePurgerDown in src/
Plugin/ Purge/ Purger/ PurgersService.php - Move the purger instance down in the plugin execution order.
File
- src/
Plugin/ Purge/ Purger/ PurgersServiceInterface.php, line 148
Class
- PurgersServiceInterface
- Describes a service that distributes access to one or more purgers.
Namespace
Drupal\purge\Plugin\Purge\PurgerCode
public function movePurgerDown($purger_instance_id);