FluidTYPO3\Flux\FluxPackage::getVendorName PHP Method

getVendorName() public method

Must always return the vendor name (as used in class namespaces) corresponding to this package.
public getVendorName ( ) : string
return string
    public function getVendorName()
    {
        return ExtensionNamingUtility::getVendorName($this->manifest['package']);
    }