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