All dependent asset bundles will be registered.
public registerAssetBundle ( string $name, integer | null $position = null ) : |
||
$name | string | the class name of the asset bundle (without the leading backslash) |
$position | integer | null | if set, this forces a minimum position for javascript files. This will adjust depending assets javascript file position or fail if requirement can not be met. If this is null, asset bundles position settings will not be changed. See [[registerJsFile]] for more details on javascript position. |
return | the registered asset bundle instance |