|
|
Drupal example source code file (views_plugin_cache_none.inc)
The views_plugin_cache_none.inc Drupal example source code<?php // $Id: views_plugin_cache_none.inc,v 1.2 2009/06/03 23:39:52 merlinofchaos Exp $ /** * Caching plugin that provides no caching at all. */ class views_plugin_cache_none extends views_plugin_cache { function cache_start() { /* do nothing */ } function summary_title() { return t('None'); } function cache_get($type) { return FALSE; } function cache_set($type) { } } Other Drupal examples (source code examples)Here is a short list of links related to this Drupal views_plugin_cache_none.inc source code file: |
"Drupal" is a registered trademark of Dries Buytaert.
my drupal tutorials and examples
Copyright
1998-2016 Alvin Alexander, alvinalexander.com
All Rights Reserved.
Beginning in 2016, a portion of the proceeds from pages under the '/drupal-code-examples/' URI will be donated to charity.