luya\base\AdminModuleInterface::getAdminAssets PHP Method

getAdminAssets() public method

As the adminstration UI is written in angular, the assets must be pre assigned to the adminisration there for the getAdminAssets() method exists. php public function getAdminAssets() { return [ 'luya\admin\assets\Main', 'luya\admin\assets\Flow', ]; }
public getAdminAssets ( ) : array
return array An array with with assets files where the array has no key and the value is the path to the asset class.
    public function getAdminAssets();