public function ConnectionServiceInterface::getAllConnectionEntityTypes in RedHen CRM 8
Get all entities that are used in connections.
Return value
array An array of entity_types.
1 method overrides ConnectionServiceInterface::getAllConnectionEntityTypes()
- ConnectionService::getAllConnectionEntityTypes in modules/
redhen_connection/ src/ ConnectionService.php - Get all entities that are used in connections.
File
- modules/
redhen_connection/ src/ ConnectionServiceInterface.php, line 104
Class
- ConnectionServiceInterface
- Provides an interface for getting connections between entities.
Namespace
Drupal\redhen_connectionCode
public function getAllConnectionEntityTypes();