You are here

function apachesolr_exclude_node_perm in Apache Solr Exclude Node 6

Implementation of hook_perm().

File

./apachesolr_exclude_node.module, line 11
Module file for the Apache Solr Exclude Node module.

Code

function apachesolr_exclude_node_perm() {
  return array(
    'exclude nodes from apache solr',
  );
}