public function PageAttachmentsEvent::getAttachments in Hook Event Dispatcher 8
Get the attachments array.
Return value
array The attachments array.
File
- src/
Event/ Page/ PageAttachmentsEvent.php, line 37
Class
- PageAttachmentsEvent
- Class PageAttachmentsEvent.
Namespace
Drupal\hook_event_dispatcher\Event\PageCode
public function &getAttachments() {
return $this->attachments;
}