You are here

function yr_verdata_perm in Yr Weatherdata 6.2

Same name and namespace in other branches
  1. 6 yr_verdata.module \yr_verdata_perm()

Implementation of hook_perm()

File

./yr_verdata.module, line 24
yr_verdata.module This file contains the code for getting the forecast from yr.no and displaying it on a Drupal site.

Code

function yr_verdata_perm() {
  return array(
    'administer yr_verdata',
  );
}