public function PurgersServiceInterface::movePurgerUp in Purge 8.3
Move the purger instance up in the plugin execution order.
Parameters
string $purger_instance_id: The instance ID of the purger that should move one place up.
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::movePurgerUp()
- PurgersService::movePurgerUp in src/
Plugin/ Purge/ Purger/ PurgersService.php - Move the purger instance up in the plugin execution order.
File
- src/
Plugin/ Purge/ Purger/ PurgersServiceInterface.php, line 161
Class
- PurgersServiceInterface
- Describes a service that distributes access to one or more purgers.
Namespace
Drupal\purge\Plugin\Purge\PurgerCode
public function movePurgerUp($purger_instance_id);