public function MappingSteps::setEntityReferenceFields in GatherContent 8.5
Same name and namespace in other branches
- 8.4 gathercontent_ui/src/Form/MappingEditSteps/MappingSteps.php \Drupal\gathercontent_ui\Form\MappingEditSteps\MappingSteps::setEntityReferenceFields()
Sets entityReferenceFields variable.
Parameters
array|null $value: Value.
File
- gathercontent_ui/
src/ Form/ MappingEditSteps/ MappingSteps.php, line 81
Class
- MappingSteps
- Class MappingSteps.
Namespace
Drupal\gathercontent_ui\Form\MappingEditStepsCode
public function setEntityReferenceFields($value) {
$this->entityReferenceFields = $value;
}