You are here

function feedapi_perm in FeedAPI 5

Same name and namespace in other branches
  1. 6 feedapi.module \feedapi_perm()

Implementation of hook_perm().

File

./feedapi.module, line 191
Handle the submodules (for feed and item processing) Provide a basic management of feeds

Code

function feedapi_perm() {
  return array(
    'administer feedapi',
    'advanced feedapi options',
  );
}