You are here

function word_link_handler_word_link_visibility::access in Word Link 7.2

Check whether current user has access to this handler.

Return value

bool

Overrides views_handler::access

File

handlers/word_link_handler_word_link_visibility.inc, line 20
Definition of word_link_handler_word_link_visibility.

Class

word_link_handler_word_link_visibility
Field handler to present a word link visibility.

Code

function access() {
  return user_access('edit word link');
}