function public function SettingInterface::drupalSettings
8.x-3.x SettingInterface.php | public SettingInterface::drupalSettings() |
Determines whether a theme setting should added to drupalSettings.
By default, this value will be FALSE unless the method is overridden. This is to ensure that no sensitive information can be potientially leaked.
Return value
bool TRUE or FALSE
Class
- SettingInterface
- Defines the interface for an object oriented theme setting plugin.
Namespace
Drupal\bootstrap\Plugin\SettingSource src/Plugin/Setting/SettingInterface.php (line 44)
public function drupalSettings();