You are here

function elevatezoomplus_ui_permission in ElevateZoom Plus 7

Implements hook_permission().

File

modules/ui/elevatezoomplus_ui.module, line 20
Provides the ElevateZoomPlus UI.

Code

function elevatezoomplus_ui_permission() {
  return [
    'administer elevatezoomplus' => [
      'title' => t('Administer the ElevateZoom Plus module'),
    ],
  ];
}