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

getVendorName() public méthode

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