You are here

public function ConnectionTypeInterface::getEndpointFields in RedHen CRM 8

Get all endpoint fields configured for $entity_type.

Parameters

string $entity_type: Entity type id.

string $bundle: (optional) Optional bundle to filter endpoints by.

Return value

array The field names that reference $entity_type.

1 method overrides ConnectionTypeInterface::getEndpointFields()
ConnectionType::getEndpointFields in modules/redhen_connection/src/Entity/ConnectionType.php
Get all endpoint fields configured for $entity_type.

File

modules/redhen_connection/src/ConnectionTypeInterface.php, line 60

Class

ConnectionTypeInterface
Provides an interface for defining Connection type entities.

Namespace

Drupal\redhen_connection

Code

public function getEndpointFields($entity_type, $bundle = NULL);