You are here

public function FeedsTermElement::getValue in Feeds 7.2

Same name and namespace in other branches
  1. 6 plugins/FeedsParser.inc \FeedsTermElement::getValue()
  2. 7 plugins/FeedsParser.inc \FeedsTermElement::getValue()

Use $name as $value.

Overrides FeedsElement::getValue

File

plugins/FeedsParser.inc, line 277
Contains FeedsParser and related classes.

Class

FeedsTermElement
Encapsulates a taxonomy style term object.

Code

public function getValue() {
  return $this->name;
}