You are here

public function FeedsGeoTermElement::__construct in Feeds 8.2

Parameters

$term: An array or a stdClass object that is a Drupal taxonomy term. Can include geo extensions.

Overrides FeedsTermElement::__construct

File

lib/Drupal/feeds/FeedsGeoTermElement.php, line 15

Class

FeedsGeoTermElement
A geo term element.

Namespace

Drupal\feeds

Code

public function __construct($term) {
  parent::__construct($term);
}