public function ContactInterface::setName in RedHen CRM 8
Sets the Contact name.
Parameters
string $name: The Contact name.
Return value
\Drupal\redhen_contact\ContactInterface The called Contact entity.
1 method overrides ContactInterface::setName()
- Contact::setName in modules/
redhen_contact/ src/ Entity/ Contact.php - Sets the Contact name.
File
- modules/
redhen_contact/ src/ ContactInterface.php, line 41
Class
- ContactInterface
- Provides an interface for defining Contact entities.
Namespace
Drupal\redhen_contactCode
public function setName($name);