You are here

public function PatternSettingTypeBase::label in UI Patterns Settings 8

Same name and namespace in other branches
  1. 8.2 src/Plugin/PatternSettingTypeBase.php \Drupal\ui_patterns_settings\Plugin\PatternSettingTypeBase::label()

File

src/Plugin/PatternSettingTypeBase.php, line 77

Class

PatternSettingTypeBase
Base class for UI Patterns Setting plugins.

Namespace

Drupal\ui_patterns_settings\Plugin

Code

public function label() {
  $plugin_definition = $this
    ->getPluginDefinition();
  return $plugin_definition['label'];
}