public function ConnectionTypeInterface::getEndpointBundles in RedHen CRM 8
Gets the connection type's endpoint bundles.
Parameters
int $num: The endpoint to return the description for.
Return value
array The array of enabled bundles.
1 method overrides ConnectionTypeInterface::getEndpointBundles()
- ConnectionType::getEndpointBundles in modules/
redhen_connection/ src/ Entity/ ConnectionType.php - Gets the connection type's endpoint bundles.
File
- modules/
redhen_connection/ src/ ConnectionTypeInterface.php, line 79
Class
- ConnectionTypeInterface
- Provides an interface for defining Connection type entities.
Namespace
Drupal\redhen_connectionCode
public function getEndpointBundles($num);