public function ConnectionInterface::getType in RedHen CRM 8
Gets the Connection type.
Return value
string The Connection type.
1 method overrides ConnectionInterface::getType()
- Connection::getType in modules/
redhen_connection/ src/ Entity/ Connection.php - Gets the Connection type.
File
- modules/
redhen_connection/ src/ ConnectionInterface.php, line 21
Class
- ConnectionInterface
- Provides an interface for defining Connection entities.
Namespace
Drupal\redhen_connectionCode
public function getType();