You are here

public function Org::getType in RedHen CRM 8

Gets the Org type.

Return value

string The Org type.

Overrides OrgInterface::getType

File

modules/redhen_org/src/Entity/Org.php, line 96

Class

Org
Defines the Organization entity.

Namespace

Drupal\redhen_org\Entity

Code

public function getType() {
  return $this
    ->bundle();
}