Symfony\Bridge\Doctrine\RegistryInterface::getEntityNamespace PHP Method

getEntityNamespace() public method

This method looks for the alias in all registered entity managers.
See also: Configuration::getEntityNamespace
public getEntityNamespace ( string $alias ) : string
$alias string The alias
return string The full namespace
    function getEntityNamespace($alias);