Neos\Neos\Ui\TypoScript\Helper\ModulesHelper::isAvailable PHP Méthode

isAvailable() public méthode

Checks, whether a module is available to the current user
public isAvailable ( string $moduleName ) : boolean
$moduleName string
Résultat boolean
    public function isAvailable($moduleName)
    {
        return $this->isEnabled($moduleName) && $this->isAllowed($moduleName);
    }