You are here

public function PatternSourceField::setFieldName in UI Patterns 8

Set FieldName property.

Parameters

string $fieldName: Property value.

Return value

$this

File

src/Definition/PatternSourceField.php, line 70

Class

PatternSourceField
Class PatternSourceField.

Namespace

Drupal\ui_patterns\Definition

Code

public function setFieldName($fieldName) {
  $this->fieldName = $fieldName;
  return $this;
}