You are here

function yamaps_permission in Yandex.Maps 7

Implements hook_permission().

File

./yamaps.module, line 67
Yandex Maps module main file.

Code

function yamaps_permission() {
  return [
    'administer yamaps settings' => [
      'title' => t('Administer Yandex Maps settings'),
      'description' => t('Manage Yandex Maps configuration parameters.'),
    ],
  ];
}