You are here

public function BaseUpdateRunner::getAfterRun in Scheduled Updates 8

Get After Run behavior configuration.

Return value

mixed

1 call to BaseUpdateRunner::getAfterRun()
BaseUpdateRunner::runUpdate in src/Plugin/BaseUpdateRunner.php
Run an individual update from the queue.

File

src/Plugin/BaseUpdateRunner.php, line 87
Contains \Drupal\scheduled_updates\Plugin\BaseUpdateRunner.

Class

BaseUpdateRunner

Namespace

Drupal\scheduled_updates\Plugin

Code

public function getAfterRun() {
  return $this->configuration['after_run'];
}