function weather_es_perm in Weather_es 5
Same name and namespace in other branches
- 6.3 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().
File
- ./
weather_es.module, line 52 - Non-displayable characters.
Code
function weather_es_perm() {
return array(
'administer custom weather_es block',
);
}