You are here

protected function RedhenOrg::defaultUri in RedHen CRM 7

Specify URI.

Overrides Entity::defaultUri

File

modules/redhen_org/lib/redhen_org.entity.inc, line 120
Redhen Group entity classes

Class

RedhenOrg
The class used for group entities.

Code

protected function defaultUri() {
  return array(
    'path' => 'redhen/org/' . $this
      ->internalIdentifier(),
  );
}