You are here

public function PatternSourceField::setFieldLabel in UI Patterns 8

Set FieldLabel property.

Parameters

string $fieldLabel: Property value.

Return value

$this

File

src/Definition/PatternSourceField.php, line 93

Class

PatternSourceField
Class PatternSourceField.

Namespace

Drupal\ui_patterns\Definition

Code

public function setFieldLabel($fieldLabel) {
  $this->fieldLabel = $fieldLabel;
  return $this;
}