aggregator_perm

Definition

aggregator_perm()
drupal/modules/aggregator/aggregator.module, line 230

Description

Implementation of hook_perm().

Code

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