You are here

public function MappingSteps::setEntityReferenceFieldsOptions in GatherContent 8.4

Same name and namespace in other branches
  1. 8.5 gathercontent_ui/src/Form/MappingEditSteps/MappingSteps.php \Drupal\gathercontent_ui\Form\MappingEditSteps\MappingSteps::setEntityReferenceFieldsOptions()

Sets entityReferenceFieldsOptions variable.

Parameters

array|null $value: Value.

File

gathercontent_ui/src/Form/MappingEditSteps/MappingSteps.php, line 80

Class

MappingSteps
Class MappingSteps.

Namespace

Drupal\gathercontent_ui\Form\MappingEditSteps

Code

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