You are here

public function ConnectionTypeInterface::getEndpointDescription in RedHen CRM 8

Gets the connection type's endpoint description.

Parameters

int $num: The endpoint to return the description for.

Return value

string The description for endpoint $num.

1 method overrides ConnectionTypeInterface::getEndpointDescription()
ConnectionType::getEndpointDescription in modules/redhen_connection/src/Entity/ConnectionType.php
Gets the connection type's endpoint description.

File

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

Class

ConnectionTypeInterface
Provides an interface for defining Connection type entities.

Namespace

Drupal\redhen_connection

Code

public function getEndpointDescription($num);