t('Title'), * 'created' => t('Published date'), * 'url' => t('Feed item URL'), * 'guid' => t('Feed item GUID'), * ) */ public function getMappingSources() { return FALSE; } /** * Get an element identified by $element_key of the given item. * The element key corresponds to the values in the array returned by * FeedsParser::getMappingSources(). */ public function getSourceElement($item, $element_key) { return isset($item[$element_key]) ? $item[$element_key] : ''; } }