You are here

function feedapi_aggregator_perm in FeedAPI 5

Implementation of hook_perm().

File

feedapi_aggregator/feedapi_aggregator.module, line 163

Code

function feedapi_aggregator_perm() {
  return array(
    'access news feeds',
  );
}