Check whether current user has access to this handler.
boolean
Overrides HandlerBase::access
public function access() { //needs permission to administer comments in general return user_access('administer comments'); }