You are here

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\Page

Code

public function &getAttachments() {
  return $this->attachments;
}