function AttachmentsTrait::setAttachments
Same name in other branches
- 9 core/lib/Drupal/Core/Render/AttachmentsTrait.php \Drupal\Core\Render\AttachmentsTrait::setAttachments()
- 8.9.x core/lib/Drupal/Core/Render/AttachmentsTrait.php \Drupal\Core\Render\AttachmentsTrait::setAttachments()
- 11.x core/lib/Drupal/Core/Render/AttachmentsTrait.php \Drupal\Core\Render\AttachmentsTrait::setAttachments()
2 calls to AttachmentsTrait::setAttachments()
- AjaxResponse::addCommand in core/
lib/ Drupal/ Core/ Ajax/ AjaxResponse.php - Add an AJAX command to the response.
- HtmlResponse::setContent in core/
lib/ Drupal/ Core/ Render/ HtmlResponse.php - Sets the response content.
File
-
core/
lib/ Drupal/ Core/ Render/ AttachmentsTrait.php, line 37
Class
- AttachmentsTrait
- Provides an implementation of AttachmentsInterface.
Namespace
Drupal\Core\RenderCode
public function setAttachments(array $attachments) {
$this->attachments = $attachments;
return $this;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.