You are here

public function DependencyFieldMapGeneratorInterface::getReferentialFieldMap in Entity Reference Integrity 8

A field map keyed by the entity type being targeted by reference fields.

The referential field map is in the format of:

entity_type_id_being_referenced: source_entity_type_id:

  • referencing_field_a
  • referencing_field_b

Return value

array A field map.

1 method overrides DependencyFieldMapGeneratorInterface::getReferentialFieldMap()
DependencyFieldMapGenerator::getReferentialFieldMap in src/DependencyFieldMapGenerator.php
A field map keyed by the entity type being targeted by reference fields.

File

src/DependencyFieldMapGeneratorInterface.php, line 23

Class

DependencyFieldMapGeneratorInterface
An interface for generating field maps.

Namespace

Drupal\entity_reference_integrity

Code

public function getReferentialFieldMap();