public function MappingSteps::getEntityReferenceFieldsOptions in GatherContent 8.4
Same name and namespace in other branches
- 8.5 gathercontent_ui/src/Form/MappingEditSteps/MappingSteps.php \Drupal\gathercontent_ui\Form\MappingEditSteps\MappingSteps::getEntityReferenceFieldsOptions()
Gets entityReferenceFieldsOptions variable.
File
- gathercontent_ui/
src/ Form/ MappingEditSteps/ MappingSteps.php, line 94
Class
- MappingSteps
- Class MappingSteps.
Namespace
Drupal\gathercontent_ui\Form\MappingEditStepsCode
public function getEntityReferenceFieldsOptions() {
return $this->entityReferenceFieldsOptions;
}