You are here

function weather_es_perm in Weather_es 6.3

Same name and namespace in other branches
  1. 5 weather_es.module \weather_es_perm()
  2. 6 weather_es.module \weather_es_perm()
  3. 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',
  );
}