You are here

function word_link_handler_word_link_operations::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_operations.inc, line 19
Definition of word_link_handler_word_link_operations.

Class

word_link_handler_word_link_operations
Field handler to present an operations for editing/deleting a word.

Code

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