public function views_test_area_access::access in Views (for Drupal 7) 7.3
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 - Definition of views_test_area_access.
Class
- views_test_area_access
- A test access plugin.
Code
public function access() {
return $this->options['custom_access'];
}