protected function Entry::registerNamespaces in Feeds 8.3
Registers GeoRSS namespaces.
File
- src/
Zend/ Extension/ Georss/ Entry.php, line 61
Class
- Entry
- Parses GeoRss data.
Namespace
Drupal\feeds\Zend\Extension\GeorssCode
protected function registerNamespaces() {
$this
->getXpath()
->registerNamespace('georss', 'http://www.georss.org/georss');
}