FluidTYPO3\Flux\FluxPackage::getNamespacePrefix PHP Méthode

getNamespacePrefix() public méthode

Must always return the $vendor\$extensioName format of the vendor and extension name, using values from the two preceeding methods.
public getNamespacePrefix ( ) : string
Résultat string
    public function getNamespacePrefix()
    {
        return $this->getVendorName() . '\\' . $this->getExtensionName() . '\\';
    }