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