public function AttachmentsInterface::setAttachments in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 47 - Contains \Drupal\Core\Render\AttachmentsInterface.
Class
- AttachmentsInterface
- Defines an interface for responses that can expose #attached metadata.
Namespace
Drupal\Core\RenderCode
public function setAttachments(array $attachments);