You are here

function chart_perm in Google Chart Tools: Image Charts 6

Same name and namespace in other branches
  1. 5 chart.module \chart_perm()

Implementation of hook_perm();

File

./chart.module, line 88
Provides Google chart API integration.

Code

function chart_perm() {
  return array(
    'administer chart',
  );
}