You are here

protected function CivicrmEntity::defaultUri in CiviCRM Entity 7

Same name and namespace in other branches
  1. 7.2 civicrm_entity.inc \CivicrmEntity::defaultUri()

Please document this function.

Overrides Entity::defaultUri

File

./civicrm_entity.inc, line 37

Class

CivicrmEntity
@TODO Document this class.

Code

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