function views_test_area_access::access

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'];
}