You are here

function yashare_permission in Yandex.Share 7

Same name and namespace in other branches
  1. 7.2 yashare.module \yashare_permission()

Implements hook_permission().

File

./yashare.module, line 65

Code

function yashare_permission() {
  return array(
    'administer yashare' => array(
      'title' => t('Administer Yandex.Share'),
      'description' => t('Perform administration tasks for Yandex.Share module.'),
    ),
  );
}