FluidTYPO3\Flux\FluxPackage::isProviderFor PHP Method

isProviderFor() public method

"Content", "Page" etc.
public isProviderFor ( string $controllerName ) : boolean
$controllerName string
return boolean
    public function isProviderFor($controllerName)
    {
        return !empty($this->manifest['providers']) && in_array($controllerName, $this->manifest['providers']);
    }