Search for access

  1. Other projects
Title Object type File name Summary
view::access function includes/view.inc Determine if the given user has access to the view.
Views access plugins group plugins/views_plugin_access.inc @todo .
ViewsAccessTest class tests/views_access.test Basic test for pluggable access.
ViewsAccessTest::getInfo function tests/views_access.test
ViewsAccessTest::getMissingAccessPluginTestView function tests/views_access.test Generates a view with an access plugin that doesn't exist.
ViewsAccessTest::setUp function tests/views_access.test Sets up a Drupal site for running functional and integration tests.
ViewsAccessTest::testAccessNone function tests/views_access.test Tests none access plugin.
ViewsAccessTest::testAccessPerm function tests/views_access.test Tests perm access plugin.
ViewsAccessTest::testAccessRole function tests/views_access.test Tests role access plugin.
ViewsAccessTest::testDynamicAccessPlugin function tests/views_access.test Tests dynamic access plugin.
ViewsAccessTest::testMissingAccessPlugin function tests/views_access.test Tests access for a view with a missing access plugin.
ViewsAccessTest::testStaticAccessPlugin function tests/views_access.test Tests static access check.
ViewsAccessTest::viewsPlugins function tests/views_access.test
ViewsAccessTest::view_access_dynamic function tests/views_access.test
ViewsAccessTest::view_access_none function tests/views_access.test
ViewsAccessTest::view_access_perm function tests/views_access.test
ViewsAccessTest::view_access_role function tests/views_access.test
ViewsAccessTest::view_access_static function tests/views_access.test
ViewsHandlerTest::testHandlerAccess function tests/handlers/views_handlers.test Tests access for handlers using an area handler.
views_access function ./views.module Determine if the logged in user has access to a view.
views_access.test file tests/views_access.test Definition of ViewsAccessTest.
views_handler::access function includes/handlers.inc Check whether current user has access to this handler.
views_handler_argument::default_access_denied function handlers/views_handler_argument.inc Default action: access denied.
views_handler_field_accesslog_path class modules/statistics/views_handler_field_accesslog_path.inc 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 Definition of views_handler_field_accesslog_path.
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_approve::access function modules/comment/views_handler_field_comment_link_approve.inc Check whether current user has access to this handler.
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 An example of field level access control.
views_handler_field_field::access function modules/field/views_handler_field_field.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_counter_timestamp::access function modules/statistics/views_handler_field_node_counter_timestamp.inc Check whether current user has access to this handler.
views_handler_field_node_revision_link::access function modules/node/views_handler_field_node_revision_link.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_statistics_numeric::access function modules/statistics/views_handler_field_statistics_numeric.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 An example of field level access control.
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 Definition of views_handler_filter_node_access.
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 Options form subform 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.