protected function TripalEntity::defaultLabel

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

File

tripal/includes/TripalEntity.inc, line 10

Class

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

Code

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