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\DefinitionCode
public function setPluginLabel($pluginLabel) {
$this->pluginLabel = $pluginLabel;
return $this;
}