function feeds_xpathparser_hook_info in Feeds XPath Parser 8
Same name and namespace in other branches
- 7 feeds_xpathparser.module \feeds_xpathparser_hook_info()
Implements hook_hook_info().
File
- ./
feeds_xpathparser.module, line 11 - Parse an XML or HTML document using XPath.
Code
function feeds_xpathparser_hook_info() {
return array(
'feeds_xpathparser_filter_domnode' => array(
'group' => 'feeds_xpathparser',
),
);
}