public function SettingInterface::getTitle in Express 8
Retrieves the setting's human-readable title.
Return value
string The setting's type.
1 method overrides SettingInterface::getTitle()
- SettingBase::getTitle in themes/
contrib/ bootstrap/ src/ Plugin/ Setting/ SettingBase.php - Retrieves the setting's human-readable title.
File
- themes/
contrib/ bootstrap/ src/ Plugin/ Setting/ SettingInterface.php, line 130 - Contains \Drupal\bootstrap\Plugin\Setting\SettingInterface.
Class
- SettingInterface
- Defines the interface for an object oriented theme setting plugin.
Namespace
Drupal\bootstrap\Plugin\SettingCode
public function getTitle();