You are here

function taxonomy_facets_permission in Taxonomy Facets 7.3

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

Implements hook_permission().

File

./taxonomy_facets.module, line 563

Code

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