function space_taxonomy::title in Spaces 6.3
Same name and namespace in other branches
- 7.3 spaces_taxonomy/plugins/space_taxonomy.inc \space_taxonomy::title()
- 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;
}