Свойство | Тип | Описание | |
---|---|---|---|
$privilegeManager | Neos\Flow\Security\Authorization\PrivilegeManagerInterface | ||
$settings | array | ||
$siteRepository |
Метод | Описание | |
---|---|---|
buildModuleList ( |
||
buildSiteList ( |
Build a list of sites | |
injectSettings ( array $settings ) | ||
isModuleEnabled ( string $modulePath ) : boolean | Checks whether a module is enabled or disabled in the configuration |
Метод | Описание | |
---|---|---|
collectModuleData ( |
public buildModuleList ( |
||
$controllerContext | ||
Результат | array |
public buildSiteList ( |
||
$controllerContext | ||
Результат | array |
public isModuleEnabled ( string $modulePath ) : boolean | ||
$modulePath | string | name of the module including parent modules ("mainModule/subModule/subSubModule") |
Результат | boolean | TRUE if module is enabled (default), FALSE otherwise |
protected PrivilegeManagerInterface,Neos\Flow\Security\Authorization $privilegeManager | ||
Результат | Neos\Flow\Security\Authorization\PrivilegeManagerInterface |