You are here

function taxonomy_facets_permission in Taxonomy Facets 7.2

Same name and namespace in other branches
  1. 7.3 taxonomy_facets.module \taxonomy_facets_permission()

Implements hook_permission().

File

./taxonomy_facets.module, line 1069
Taxo Faceted Navigation module code.

Code

function taxonomy_facets_permission() {
  return array(
    'view taxo facets' => array(
      'title' => t('View taxonomy facets'),
    ),
  );
}