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