You are here

public function AbstractSettingGroup::mayEditGroup in Fasttoggle 8.2

Access.

Return value

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

Overrides SettingGroupInterface::mayEditGroup

File

src/Plugin/SettingGroup/AbstractSettingGroup.php, line 74
Fasttoggle Object List of Values Setting

Class

AbstractSettingGroup
Abstract interface for settings.

Namespace

Drupal\fasttoggle\Plugin\SettingGroup

Code

public function mayEditGroup() {
  return FALSE;
}