You are here

public function CommentCore::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/CommentCore.php, line 48
Fasttoggle Comment Status

Class

CommentCore
Abstract interface for groups of 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();
}