You are here

public function MappingEditFormBase::setEntityReferenceFieldsOptions 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::setEntityReferenceFieldsOptions()

Sets entityReferenceFieldsOptions variable.

Parameters

array|null $value: Value.

1 call to MappingEditFormBase::setEntityReferenceFieldsOptions()
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 151

Class

MappingEditFormBase
Class MappingEditFormBase.

Namespace

Drupal\gathercontent_ui\Form

Code

public function setEntityReferenceFieldsOptions($value) {
  $this->entityReferenceFieldsOptions = $value;
}