eventData['type'] = $type; /** @var \HookDocumentActionObserverInterface $observer */ foreach ($this->observers as $observer) { $data = $observer->notifyDocumentAction($this); $this->setEventData($data); } return $this->eventData; } }