You are here

public function ConnectionTypeInterface::getEndpointLabel in RedHen CRM 8

Gets the connection type's endpoint label.

Parameters

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

Return value

string The label for endpoint $num.

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

File

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

Class

ConnectionTypeInterface
Provides an interface for defining Connection type entities.

Namespace

Drupal\redhen_connection

Code

public function getEndpointLabel($num);