You are here

function feedapi_inherit_feedapi_item in FeedAPI 5

Same name and namespace in other branches
  1. 6 feedapi_inherit/feedapi_inherit.module \feedapi_inherit_feedapi_item()

Implementation of hook_feedapi_item(). Do nothing here, this function only makes us a feedapi processor, which means that we can be enabled/disabled on a per node type basis.

File

feedapi_inherit/feedapi_inherit.module, line 50
Inherit group and taxonomy settings from feeds to news items This is an add on processor for FeedAPI

Code

function feedapi_inherit_feedapi_item($op) {
}