protected function TripalTerm::defaultLabel

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

File

tripal/includes/TripalTerm.inc, line 29

Class

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

Code

protected function defaultLabel() {
  return $this->name;
}