public function PostUpdateEvent::success in Automatic Updates 8
Gets the update success status.
Return value
bool TRUE if update succeeded, FALSE otherwise.
File
- src/
Event/ PostUpdateEvent.php, line 58
Class
- PostUpdateEvent
- Defines the post update event.
Namespace
Drupal\automatic_updates\EventCode
public function success() {
return $this->success;
}