You are here

public function DependencyFieldMapGeneratorInterface::getReferencingFields in Entity Reference Integrity 8

Get the segment of the field map for a specific entity type ID.

Parameters

string $entity_type_id: An entity type ID.

Return value

array A segment of the field map.

1 method overrides DependencyFieldMapGeneratorInterface::getReferencingFields()
DependencyFieldMapGenerator::getReferencingFields in src/DependencyFieldMapGenerator.php
Get the segment of the field map for a specific entity type ID.

File

src/DependencyFieldMapGeneratorInterface.php, line 34

Class

DependencyFieldMapGeneratorInterface
An interface for generating field maps.

Namespace

Drupal\entity_reference_integrity

Code

public function getReferencingFields($entity_type_id);