You are here

function weather_es_perm in Weather_es 6.2

Same name and namespace in other branches
  1. 5 weather_es.module \weather_es_perm()
  2. 6.3 weather_es.module \weather_es_perm()
  3. 6 weather_es.module \weather_es_perm()

Implementation of hook_perm().

File

./weather_es.module, line 52
Shows weather data of Spain (by AEMET)

Code

function weather_es_perm() {
  return array(
    'administer custom weather_es block',
  );
}