You are here

public function NodeCore::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/NodeCore.php, line 50
Fasttoggle Node Status

Class

NodeCore
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::allowedIf(true);
}