Back to WebAssetManager class

Method getRegistry

public \Joomla\CMS\WebAsset\WebAssetRegistry
getRegistry
()
Get associated registry instance
Returns
  • \Joomla\CMS\WebAsset\WebAssetRegistry
Since
  • 4.0.0

Method getRegistry - Source code

/**
 * Get associated registry instance
 *
 * @return   WebAssetRegistry
 *
 * @since  4.0.0
 */
public function getRegistry() : WebAssetRegistry
{
    return $this->registry;
}