loadBundle() protected method
Loads asset bundle class by name
protected yii\web\AssetBundle loadBundle ( $name, $config = [], $publish = true ) | ||
---|---|---|
$name | string |
Bundle name |
$config | array |
Bundle object configuration |
$publish | boolean |
If bundle should be published |
throws | yii\base\InvalidConfigException |
if configuration isn't valid |
Please login to continue.