You are here

public function Connection::getType in RedHen CRM 8

Gets the Connection type.

Return value

string The Connection type.

Overrides ConnectionInterface::getType

File

modules/redhen_connection/src/Entity/Connection.php, line 84

Class

Connection
Defines the Connection entity.

Namespace

Drupal\redhen_connection\Entity

Code

public function getType() {
  return $this
    ->bundle();
}