public AttachmentsInterface::setAttachments(array $attachments)
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\Render
Code
public function setAttachments(array $attachments);
Please login to continue.