public function PostUpdateEvent::getUpdateMetadata in Automatic Updates 8
Get the update metadata.
Return value
\Drupal\automatic_updates\UpdateMetadata The update metadata.
File
- src/Event/ PostUpdateEvent.php, line 48 
Class
- PostUpdateEvent
- Defines the post update event.
Namespace
Drupal\automatic_updates\EventCode
public function getUpdateMetadata() {
  return $this->updateMetadata;
}