You are here

public function PatternSourceField::getPluginLabel in UI Patterns 8

Get PluginLabel property.

Return value

string Property value.

File

src/Definition/PatternSourceField.php, line 127

Class

PatternSourceField
Class PatternSourceField.

Namespace

Drupal\ui_patterns\Definition

Code

public function getPluginLabel() {
  return $this->pluginLabel;
}