You are here

protected property AttachmentsTrait::$attachments in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Render/AttachmentsTrait.php \Drupal\Core\Render\AttachmentsTrait::attachments

The attachments for this response.

Type: array

File

core/lib/Drupal/Core/Render/AttachmentsTrait.php, line 22
Contains \Drupal\Core\Render\AttachmentsTrait.

Class

AttachmentsTrait
Provides an implementation of AttachmentsInterface.

Namespace

Drupal\Core\Render

Code

protected $attachments = [];