public function AttachmentsInterface::addAttachments

public AttachmentsInterface::addAttachments(array $attachments)

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);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Render!AttachmentsInterface.php/function/AttachmentsInterface::addAttachments/8.1.x