protected function TripalTerm::defaultUri

3.x TripalTerm.inc protected TripalTerm::defaultUri()

File

tripal/includes/TripalTerm.inc, line 33

Class

TripalTerm
A class the controller will use for instantiating the TripalTerm entity.

Code

protected function defaultUri() {
  $vocab = 'TODO';
  return array('path' => '/vocabulary/' . $vocab . '/term/' . $this->id);
}