You are here

protected property AttachedAssets::$alreadyLoadedLibraries 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::alreadyLoadedLibraries

The set of asset libraries that the client has already loaded.

Type: string[]

File

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

Class

AttachedAssets
The default attached assets collection.

Namespace

Drupal\Core\Asset

Code

protected $alreadyLoadedLibraries = [];