function AttachmentsInterface::addAttachments

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Render/AttachmentsInterface.php \Drupal\Core\Render\AttachmentsInterface::addAttachments()
  2. 8.9.x core/lib/Drupal/Core/Render/AttachmentsInterface.php \Drupal\Core\Render\AttachmentsInterface::addAttachments()
  3. 10 core/lib/Drupal/Core/Render/AttachmentsInterface.php \Drupal\Core\Render\AttachmentsInterface::addAttachments()

Adds attachments.

Parameters

array $attachments: The attachments to add.

Return value

$this

File

core/lib/Drupal/Core/Render/AttachmentsInterface.php, line 32

Class

AttachmentsInterface
Defines an interface for responses that can expose #attached metadata.

Namespace

Drupal\Core\Render

Code

public function addAttachments(array $attachments);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.