/[drupal]/contributions/modules/views/plugins/views_plugin_access_none.inc
ViewVC logotype

Contents of /contributions/modules/views/plugins/views_plugin_access_none.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Mon Sep 8 22:50:17 2008 UTC (14 months, 2 weeks ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-7, DRUPAL-6--2-6, DRUPAL-6--2-5, DRUPAL-6--2-4, DRUPAL-6--2-3, DRUPAL-6--2-2, DRUPAL-6--2-1, DRUPAL-6--2-0, DRUPAL-6--3-0-ALPHA1, DRUPAL-6--2-0-RC5, DRUPAL-6--2-0-RC4, DRUPAL-6--2-0-RC3, DRUPAL-6--2-0-RC2, HEAD
Branch point for: DRUPAL-6--2, DRUPAL-6--3, DRUPAL-7--3
File MIME type: text/x-php
Reworked access control to be a plugin. This will have the beneficial effect of drastically reducing Views load during menu access checks.
1 <?php
2 // $Id$
3
4 /**
5 * Access plugin that provides no access control at all.
6 */
7 class views_plugin_access_none extends views_plugin_access {
8 function summary_title() {
9 return t('Unrestricted');
10 }
11 }

  ViewVC Help
Powered by ViewVC 1.1.2