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