You are here

public function AttachmentsTrait::getAttachments in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Render/AttachmentsTrait.php \Drupal\Core\Render\AttachmentsTrait::getAttachments()
1 call to AttachmentsTrait::getAttachments()
AjaxResponse::addCommand in core/lib/Drupal/Core/Ajax/AjaxResponse.php
Add an AJAX command to the response.

File

core/lib/Drupal/Core/Render/AttachmentsTrait.php, line 27
Contains \Drupal\Core\Render\AttachmentsTrait.

Class

AttachmentsTrait
Provides an implementation of AttachmentsInterface.

Namespace

Drupal\Core\Render

Code

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