function public function SettingInterface::getTitle
8.x-3.x SettingInterface.php | public SettingInterface::getTitle() |
Retrieves the setting's human-readable title.
Return value
string The setting's type.
Class
- SettingInterface
- Defines the interface for an object oriented theme setting plugin.
Namespace
Drupal\bootstrap\Plugin\SettingSource src/Plugin/Setting/SettingInterface.php (line 150)
public function getTitle();