You are here

function views_perm in Views (for Drupal 7) 6.3

Same name and namespace in other branches
  1. 5 views.module \views_perm()
  2. 6.2 views.module \views_perm()

File

./views.module, line 287
Primarily Drupal hooks and global API functions to manipulate views.

Code

function views_perm() {
  return array(
    'access all views',
    'administer views',
  );
}