function views_test_area_access::access

Check whether current user has access to this handler.

Return value

bool

Overrides views_handler::access

File

tests/test_handlers/views_test_area_access.inc, line 16

Class

views_test_area_access
A test access plugin.

Code

public function access() {
  return $this->options['custom_access'];
}