You are here

public function SettingObjectInterface::mayEditEntity 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.

1 method overrides SettingObjectInterface::mayEditEntity()
AbstractSettingObject::mayEditEntity in src/Plugin/SettingObject/AbstractSettingObject.php
Access.

File

src/Plugin/SettingObject/SettingObjectInterface.php, line 78
Provides Drupal\fasttoggle\ObjectInterface.

Class

SettingObjectInterface
An interface for objects that have toggleable attributes.

Namespace

Drupal\fasttoggle\Plugin\SettingObject

Code

public function mayEditEntity();