You are here

public function LinkedFieldManagerInterface::getDestinationFields in Linked Field 8

Get allowed destination fields.

Parameters

string $entity_type_id: The entity type ID.

string $bundle_id: The bundle ID.

Return value

array An array containing the field names keyed by their machine name.

1 method overrides LinkedFieldManagerInterface::getDestinationFields()
LinkedFieldManager::getDestinationFields in src/LinkedFieldManager.php
Get allowed destination fields.

File

src/LinkedFieldManagerInterface.php, line 43

Class

LinkedFieldManagerInterface
Interface LinkedFieldManagerInterface.

Namespace

Drupal\linked_field

Code

public function getDestinationFields($entity_type_id, $bundle_id);