You are here

public function FeedsSimplePieEnclosure::getValue in Feeds 8.2

Override parent::getValue().

Overrides FeedsElement::getValue

File

lib/Drupal/feeds/FeedsSimplePieEnclosure.php, line 39

Class

FeedsSimplePieEnclosure

Namespace

Drupal\feeds

Code

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