Jarves\AssetHandler\LoaderHandlerInterface::getTags PHP Method

getTags() public method

public getTags ( array $assetsInfos = [], boolean $concatenation = false ) : string
$assetsInfos array
$concatenation boolean
return string
    public function getTags(array $assetsInfos = array(), $concatenation = false);
LoaderHandlerInterface