You are here

public function PatternSourceField::getFieldLabel in UI Patterns 8

Get FieldLabel property.

Return value

string Property value.

File

src/Definition/PatternSourceField.php, line 81

Class

PatternSourceField
Class PatternSourceField.

Namespace

Drupal\ui_patterns\Definition

Code

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