You are here

public function ConnectionTypeInterface::getEndpointEntityTypes in RedHen CRM 8

Gets all entity types for this connection type.

Parameters

string $entity_type_id: An entity type id.

string $bundle: Bundle name.

Return value

array The array of entity types.

1 method overrides ConnectionTypeInterface::getEndpointEntityTypes()
ConnectionType::getEndpointEntityTypes in modules/redhen_connection/src/Entity/ConnectionType.php
Gets all entity types for this connection type.

File

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

Class

ConnectionTypeInterface
Provides an interface for defining Connection type entities.

Namespace

Drupal\redhen_connection

Code

public function getEndpointEntityTypes($entity_type_id, $bundle);