You are here

public function SettingInterface::mayEdit in Fasttoggle 8.2

Write access control check for the object as a whole.

Return value

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

File

src/Plugin/Setting/SettingInterface.php, line 125
Provides Drupal\fasttoggle\SettingInterface.

Class

SettingInterface
Interface for settings. Plugin strings are used for quick filtering without the need to instantiate the class.

Namespace

Drupal\fasttoggle\Plugin\Setting

Code

public function mayEdit();