You are here

function easychart_permission in Easychart 7.2

Same name and namespace in other branches
  1. 7.3 easychart.module \easychart_permission()
  2. 7 easychart.module \easychart_permission()

File

./easychart.module, line 436
Easychart module file.

Code

function easychart_permission() {
  return array(
    'administer Easychart settings' => array(
      'title' => t('Administer Easychart settings'),
      'description' => t('Configure default settings for the Easychart popup.'),
    ),
  );
}