function chart_perm in Google Chart Tools: Image Charts 5
Same name and namespace in other branches
- 6 chart.module \chart_perm()
Implementation of hook_perm();
File
- ./
chart.module, line 65 - Google Charting API. Developed by Tj Holowaychuk
Code
function chart_perm() {
return array(
'administer chart',
);
}