Back to Document class

Method getWebAssetManager

public \Joomla\CMS\WebAsset\WebAssetManager
getWebAssetManager
()
Return WebAsset manager
Returns
  • \Joomla\CMS\WebAsset\WebAssetManager
Since
  • 4.0.0
Class: Document
Project: Joomla

Method getWebAssetManager - Source code

/**
 * Return WebAsset manager
 *
 * @return  WebAssetManager
 *
 * @since   4.0.0
 */
public function getWebAssetManager() : WebAssetManager
{
    return $this->webAssetManager;
}