You are here

public function BaseUpdateRunner::getInvalidUpdateBehavior in Scheduled Updates 8

Get how this runner should handle invalid entity updates.

Return value

string

Overrides UpdateRunnerInterface::getInvalidUpdateBehavior

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

File

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

Class

BaseUpdateRunner

Namespace

Drupal\scheduled_updates\Plugin

Code

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