You are here

public function SettingGroupInterface::mayEditGroup in Fasttoggle 8.2

Write access control check for the group of settings.

Return value

bool Whether the user is permitted to modify settings on this group of settings.

5 methods override SettingGroupInterface::mayEditGroup()
AbstractSettingGroup::mayEditGroup in src/Plugin/SettingGroup/AbstractSettingGroup.php
Access.
CommentCore::mayEditGroup in src/Plugin/SettingGroup/CommentCore.php
Access.
NodeCore::mayEditGroup in src/Plugin/SettingGroup/NodeCore.php
Access.
UserCore::mayEditGroup in src/Plugin/SettingGroup/UserCore.php
Access.
UserRoles::mayEditGroup in src/Plugin/SettingGroup/UserRoles.php
Access.

File

src/Plugin/SettingGroup/SettingGroupInterface.php, line 33
Provides Drupal\fasttoggle\SettingGroupInterface.

Class

SettingGroupInterface
An interface for groups of settings on an object.

Namespace

Drupal\fasttoggle\Plugin\SettingGroup

Code

public function mayEditGroup();