You are here

public function UserRoles::mayEditGroup in Fasttoggle 8.2

Access.

Return value

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

Overrides SettingGroupInterface::mayEditGroup

File

src/Plugin/SettingGroup/UserRoles.php, line 49
Fasttoggle User Role

Class

UserRoles
Abstract interface for settings. Plugin strings are used for quick filtering without the need to instantiate the class.

Namespace

Drupal\fasttoggle\Plugin\SettingGroup

Code

public function mayEditGroup() {
  return AccessResult::allowed();
}