You are here

public property AttachedAssets::$libraries in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Asset/AttachedAssets.php \Drupal\Core\Asset\AttachedAssets::libraries

The (ordered) list of asset libraries attached to the current response.

Type: string[]

File

core/lib/Drupal/Core/Asset/AttachedAssets.php, line 19
Contains \Drupal\Core\Asset\AttachedAssets.

Class

AttachedAssets
The default attached assets collection.

Namespace

Drupal\Core\Asset

Code

public $libraries = [];