You are here

public function PatternSourceField::setPluginLabel in UI Patterns 8

Set PluginLabel property.

Parameters

string $pluginLabel: Property value.

Return value

$this

File

src/Definition/PatternSourceField.php, line 139

Class

PatternSourceField
Class PatternSourceField.

Namespace

Drupal\ui_patterns\Definition

Code

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