You are here

function views_plugin_access_hosting_package::access in Hosting 6.2

Determine if the current user has access or not.

File

package/views/views_plugin_access_hosting_package.inc, line 35

Class

views_plugin_access_hosting_package
Access plugin that provides access control for package views.

Code

function access($account) {
  return hosting_package_views_access($this->display->display_plugin, $this->display->id, $account);
}