Search for access

  1. Search 7.x-3.x for access
  2. Other projects
Title Object type File name Summary
view::access function includes/view.inc Determine if the given user has access to the view. Note that
this sets the display handler if it hasn't been.
views_access function ./views.module Determine if the logged in user has access to a view.
views_handler::access function includes/handlers.inc Check whether current user has access to this handler.
views_handler_field_accesslog_path class modules/statistics/views_handler_field_accesslog_path.inc Field handler to provide simple renderer that turns a URL into a clickable link.
views_handler_field_accesslog_path.inc file modules/statistics/views_handler_field_accesslog_path.inc
views_handler_field_accesslog_path::init function modules/statistics/views_handler_field_accesslog_path.inc Override init function to provide generic option to link to node.
views_handler_field_accesslog_path::options_form function modules/statistics/views_handler_field_accesslog_path.inc Provide link to the page being visited.
views_handler_field_accesslog_path::option_definition function modules/statistics/views_handler_field_accesslog_path.inc Information about options for all kinds of purposes will be held here.
views_handler_field_accesslog_path::render function modules/statistics/views_handler_field_accesslog_path.inc Render the field.
views_handler_field_accesslog_path::render_link function modules/statistics/views_handler_field_accesslog_path.inc
views_handler_field_comment_link_delete::access function modules/comment/views_handler_field_comment_link_delete.inc Check whether current user has access to this handler.
views_handler_field_comment_link_reply::access function modules/comment/views_handler_field_comment_link_reply.inc Check whether current user has access to this handler.
views_handler_field_contact_link::access function modules/contact/views_handler_field_contact_link.inc Check whether current user has access to this handler.
views_handler_field_locale_link_edit::access function modules/locale/views_handler_field_locale_link_edit.inc Check whether current user has access to this handler.
views_handler_field_node_revision_link_delete::access function modules/node/views_handler_field_node_revision_link_delete.inc Check whether current user has access to this handler.
views_handler_field_node_revision_link_revert::access function modules/node/views_handler_field_node_revision_link_revert.inc Check whether current user has access to this handler.
views_handler_field_user_link::access function modules/user/views_handler_field_user_link.inc Check whether current user has access to this handler.
views_handler_field_user_link_delete::access function modules/user/views_handler_field_user_link_delete.inc Check whether current user has access to this handler.
views_handler_filter_node_access class modules/node/views_handler_filter_node_access.inc Filter by node_access records.
views_handler_filter_node_access.inc file modules/node/views_handler_filter_node_access.inc
views_handler_filter_node_access::admin_summary function modules/node/views_handler_filter_node_access.inc Display the filter on the administrative summary
views_handler_filter_node_access::can_expose function modules/node/views_handler_filter_node_access.inc Determine if a filter can be exposed.
views_handler_filter_node_access::operator_form function modules/node/views_handler_filter_node_access.inc Provide a form for setting the operator.
views_handler_filter_node_access::query function modules/node/views_handler_filter_node_access.inc See _node_access_where_sql() for a non-views query based implementation.
views_import_access function ./views.module Access callback to determine if the user can import Views.
views_plugin_access class plugins/views_plugin_access.inc The base plugin to handle access control.
views_plugin_access.inc file plugins/views_plugin_access.inc
views_plugin_access::access function plugins/views_plugin_access.inc Determine if the current user has access or not.
views_plugin_access::get_access_callback function plugins/views_plugin_access.inc Determine the access callback and arguments.
views_plugin_access::init function plugins/views_plugin_access.inc Initialize the plugin.
views_plugin_access::options_form function plugins/views_plugin_access.inc Provide the default form for setting options.
views_plugin_access::options_submit function plugins/views_plugin_access.inc Provide the default form form for submitting options
views_plugin_access::options_validate function plugins/views_plugin_access.inc Provide the default form form for validating options
views_plugin_access::option_definition function plugins/views_plugin_access.inc Retrieve the options when this is a new access
control plugin
views_plugin_access::summary_title function plugins/views_plugin_access.inc Return a string to display as the clickable title for the
access control.
views_plugin_access_none class plugins/views_plugin_access_none.inc Access plugin that provides no access control at all.
views_plugin_access_none.inc file plugins/views_plugin_access_none.inc
views_plugin_access_none::summary_title function plugins/views_plugin_access_none.inc Return a string to display as the clickable title for the
access control.
views_plugin_access_perm class plugins/views_plugin_access_perm.inc Access plugin that provides permission-based access control.
views_plugin_access_perm.inc file plugins/views_plugin_access_perm.inc
views_plugin_access_perm::access function plugins/views_plugin_access_perm.inc Determine if the current user has access or not.
views_plugin_access_perm::get_access_callback function plugins/views_plugin_access_perm.inc Determine the access callback and arguments.
views_plugin_access_perm::options_form function plugins/views_plugin_access_perm.inc Provide the default form for setting options.
views_plugin_access_perm::option_definition function plugins/views_plugin_access_perm.inc Retrieve the options when this is a new access
control plugin
views_plugin_access_perm::summary_title function plugins/views_plugin_access_perm.inc Return a string to display as the clickable title for the
access control.
views_plugin_access_role class plugins/views_plugin_access_role.inc Access plugin that provides role-based access control.
views_plugin_access_role.inc file plugins/views_plugin_access_role.inc
views_plugin_access_role::access function plugins/views_plugin_access_role.inc Determine if the current user has access or not.
views_plugin_access_role::get_access_callback function plugins/views_plugin_access_role.inc Determine the access callback and arguments.
views_plugin_access_role::options_form function plugins/views_plugin_access_role.inc Provide the default form for setting options.