You are here

protected function Group::defaultURI in Group 7

Specifies the default uri, which is picked up by uri() by default.

File

classes/group.inc, line 29
Defines the Entity API class for groups.

Class

Group
Main class for groups.

Code

protected function defaultURI() {
  return array(
    'path' => 'group/' . $this->gid,
  );
}