You are here

public function MappingSteps::getEntityReferenceFields in GatherContent 8.5

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

Gets entityReferenceFields variable.

File

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

Class

MappingSteps
Class MappingSteps.

Namespace

Drupal\gathercontent_ui\Form\MappingEditSteps

Code

public function getEntityReferenceFields() {
  return $this->entityReferenceFields;
}