public function ConnectionTypeInterface::getAllEndpointFields in RedHen CRM 8
Get all endpoint fields for this connection type.
Return value
array The field names that reference connections.
1 method overrides ConnectionTypeInterface::getAllEndpointFields()
- ConnectionType::getAllEndpointFields in modules/
redhen_connection/ src/ Entity/ ConnectionType.php - Get all endpoint fields for this connection type.
File
- modules/
redhen_connection/ src/ ConnectionTypeInterface.php, line 68
Class
- ConnectionTypeInterface
- Provides an interface for defining Connection type entities.
Namespace
Drupal\redhen_connectionCode
public function getAllEndpointFields();