You are here

function space_taxonomy::title in Spaces 6.3

Same name and namespace in other branches
  1. 7.3 spaces_taxonomy/plugins/space_taxonomy.inc \space_taxonomy::title()
  2. 7 spaces_taxonomy/plugins/space_taxonomy.inc \space_taxonomy::title()

Override of title().

Overrides space_type::title

File

spaces_taxonomy/plugins/space_taxonomy.inc, line 12

Class

space_taxonomy
Taxonomy integration for Spaces.

Code

function title() {
  return $this->term->name;
}