public function PatternSettingTypeBase::label in UI Patterns Settings 8.2
Same name and namespace in other branches
- 8 src/Plugin/PatternSettingTypeBase.php \Drupal\ui_patterns_settings\Plugin\PatternSettingTypeBase::label()
File
- src/
Plugin/ PatternSettingTypeBase.php, line 143
Class
- PatternSettingTypeBase
- Base class for UI Patterns Setting plugins.
Namespace
Drupal\ui_patterns_settings\PluginCode
public function label() {
$plugin_definition = $this
->getPluginDefinition();
return $plugin_definition['label'];
}