public \Joomla\CMS\WebAsset\WebAssetItemInterface[]
getAssets
(string $type, bool $sort = false)
/**
* Get all assets that was enabled for given type
*
* @param string $type Asset type, script or style etc
* @param bool $sort Whether need to sort the assets to follow the dependency Graph
*
* @return WebAssetItemInterface[]
*
* @throws UnknownAssetException When Asset cannot be found
* @throws UnsatisfiedDependencyException When Dependency cannot be found
*
* @since 4.0.0
*/
public function getAssets(string $type, bool $sort = false) : array;