Neos\Neos\Ui\TypoScript\Helper\ModulesHelper::isAvailable PHP 메소드

isAvailable() 공개 메소드

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