Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
AttachmentsTrait.php
function 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 22
Class
AttachmentsTrait
Provides an implementation of AttachmentsInterface.
Namespace
Drupal\Core\Render
Code
public
function
getAttachments
() {
return
$this
->
attachments
; }
RSS feed