You are here

public function SettingInterface::mayEditSetting in Fasttoggle 8.2

Write access control check for the particular setting.

Return value

bool Whether the user is permitted to modify this particular setting.

File

src/Plugin/Setting/SettingInterface.php, line 133
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 mayEditSetting();