You are here

public function ReferenceFinderInterface::findTermReferenceFields in Term reference change 8

Finds all term reference fields.

Return value

array Nested array of field names for taxonomy term entity reference fields. [entity type id][bundle id] = array of field names.

1 method overrides ReferenceFinderInterface::findTermReferenceFields()
ReferenceFinder::findTermReferenceFields in src/ReferenceFinder.php
Finds all term reference fields.

File

src/ReferenceFinderInterface.php, line 30

Class

ReferenceFinderInterface
Defines an interface for a service that finds entities referencing a term.

Namespace

Drupal\term_reference_change

Code

public function findTermReferenceFields();