You are here

function system_charts_perm in Google Chart Tools: Image Charts 6

Same name and namespace in other branches
  1. 5 contrib/system_charts/system_charts.module \system_charts_perm()

Implementation of hook_perm();

File

contrib/system_charts/system_charts.module, line 17
Provides core Drupal chart implementations.

Code

function system_charts_perm() {
  return array(
    'administer system charts',
    'access system charts',
  );
}