function AttachmentsInterface::setAttachments
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Render/AttachmentsInterface.php \Drupal\Core\Render\AttachmentsInterface::setAttachments()
- 10 core/lib/Drupal/Core/Render/AttachmentsInterface.php \Drupal\Core\Render\AttachmentsInterface::setAttachments()
- 11.x core/lib/Drupal/Core/Render/AttachmentsInterface.php \Drupal\Core\Render\AttachmentsInterface::setAttachments()
Sets attachments.
Parameters
array $attachments: The attachments to set.
Return value
$this
File
-
core/
lib/ Drupal/ Core/ Render/ AttachmentsInterface.php, line 42
Class
- AttachmentsInterface
- Defines an interface for responses that can expose #attached metadata.
Namespace
Drupal\Core\RenderCode
public function setAttachments(array $attachments);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.