You are here

public function MappingEditFormBase::setEntityReferenceFields in GatherContent 8.5

Same name and namespace in other branches
  1. 8.4 gathercontent_ui/src/Form/MappingEditFormBase.php \Drupal\gathercontent_ui\Form\MappingEditFormBase::setEntityReferenceFields()

Sets entityReferenceFields variable.

Parameters

array|null $value: Value.

1 call to MappingEditFormBase::setEntityReferenceFields()
MappingEditForm::form in gathercontent_ui/src/Form/MappingEditForm.php
Gets the actual form array to be built.

File

gathercontent_ui/src/Form/MappingEditFormBase.php, line 141

Class

MappingEditFormBase
Class MappingEditFormBase.

Namespace

Drupal\gathercontent_ui\Form

Code

public function setEntityReferenceFields($value) {
  $this->entityReferenceFields = $value;
}