public property AttachedAssets::$libraries in Drupal 8
Same name and namespace in other branches
- 9 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 15
Class
- AttachedAssets
- The default attached assets collection.
Namespace
Drupal\Core\AssetCode
public $libraries = [];