You are here

public function RedhenContact::setUser in RedHen CRM 7

Set a contact's Drupal user.

Return value

bool True on success.

File

modules/redhen_contact/lib/redhen_contact.entity.inc, line 179
Redhen Contact entity classses.

Class

RedhenContact
The class used for contact entities.

Code

public function setUser() {
  return entity_get_controller($this->entityType)
    ->setUser($this);
}