function public function SettingInterface::access
8.x-3.x SettingInterface.php | public SettingInterface::access() |
Indicates whether a setting is accessible.
Return value
\Drupal\Core\Access\AccessResultInterface The value to supply to the setting's #access property.
Class
- SettingInterface
- Defines the interface for an object oriented theme setting plugin.
Namespace
Drupal\bootstrap\Plugin\SettingSource src/Plugin/Setting/SettingInterface.php (line 23)
public function access();