You are here

public function FeedsTermElement::getValue in Feeds 8.2

Use $name as $value.

Overrides FeedsElement::getValue

File

lib/Drupal/feeds/FeedsTermElement.php, line 42

Class

FeedsTermElement
Encapsulates a taxonomy style term object.

Namespace

Drupal\feeds

Code

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