You are here

public function SettingInterface::getDefaultValue in Express 8

Retrieves the setting's default value.

Return value

string The setting's default value.

1 method overrides SettingInterface::getDefaultValue()
SettingBase::getDefaultValue in themes/contrib/bootstrap/src/Plugin/Setting/SettingBase.php
Retrieves the setting's default value.

File

themes/contrib/bootstrap/src/Plugin/Setting/SettingInterface.php, line 50
Contains \Drupal\bootstrap\Plugin\Setting\SettingInterface.

Class

SettingInterface
Defines the interface for an object oriented theme setting plugin.

Namespace

Drupal\bootstrap\Plugin\Setting

Code

public function getDefaultValue();