FluidTYPO3\Flux\FluxPackage::getNamespacePrefix PHP Method

getNamespacePrefix() public method

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