public function FeedsTermElement::getValue in Feeds 6
Same name and namespace in other branches
- 7.2 plugins/FeedsParser.inc \FeedsTermElement::getValue()
- 7 plugins/FeedsParser.inc \FeedsTermElement::getValue()
Use $name as $value.
Overrides FeedsElement::getValue
File
- plugins/
FeedsParser.inc, line 183
Class
- FeedsTermElement
- Encapsulates a taxonomy style term object.
Code
public function getValue() {
return $this->name;
}