function weather_es_perm in Weather_es 6.3
Same name and namespace in other branches
- 5 weather_es.module \weather_es_perm()
- 6 weather_es.module \weather_es_perm()
- 6.2 weather_es.module \weather_es_perm()
Implementation of hook_perm()
@author jmsirvent
File
- ./
weather_es.module, line 45
Code
function weather_es_perm() {
return array(
'administer custom weather_es block',
);
}