function aggregator_permission

Implements hook_permission().

File

modules/aggregator/aggregator.module, line 295

Code

function aggregator_permission() {
    return array(
        'administer news feeds' => array(
            'title' => t('Administer news feeds'),
        ),
        'access news feeds' => array(
            'title' => t('View news feeds'),
        ),
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.