public function AssetCollectionInterface::all

Returns all child assets.

Return value

array An array of AssetInterface objects

1 method overrides AssetCollectionInterface::all()
AssetCollection::all in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php
Returns all child assets.

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollectionInterface.php, line 26

Class

AssetCollectionInterface
An asset collection.

Namespace

Assetic\Asset

Code

public function all();