public function UpdateRunnerInterface::getInvalidUpdateBehavior in Scheduled Updates 8
Get how this runner should handle invalid entity updates.
Return value
string
1 method overrides UpdateRunnerInterface::getInvalidUpdateBehavior()
- BaseUpdateRunner::getInvalidUpdateBehavior in src/
Plugin/ BaseUpdateRunner.php - Get how this runner should handle invalid entity updates.
File
- src/
Plugin/ UpdateRunnerInterface.php, line 70 - Contains Drupal\scheduled_updates\Plugin\UpdateRunnerInterface.
Class
- UpdateRunnerInterface
- Interface for Update Runner Plugins.
Namespace
Drupal\scheduled_updates\PluginCode
public function getInvalidUpdateBehavior();