You are here

function ytarget_permission in Webform Yandex Goals 7

Same name and namespace in other branches
  1. 7.2 ytarget.module \ytarget_permission()

implements hook_permission()

File

./ytarget.module, line 6

Code

function ytarget_permission() {
  return array(
    'ytarget set data' => array(
      'title' => t('Use ytarget'),
      'description' => t('User can set id and use target id`s'),
    ),
  );
}