loadTargets() protected method
Creates full list of output asset bundles.
protected yii\web\AssetBundle[] loadTargets ( $targets, $bundles ) | ||
---|---|---|
$targets | array |
Output asset bundles configuration. |
$bundles | yii\web\AssetBundle[] |
List of source asset bundles. |
return | yii\web\AssetBundle[] |
List of output asset bundles. |
throws | yii\console\Exception |
on failure. |
Please login to continue.