You are here

function views_plugin_cache::option_defaults in Views (for Drupal 7) 6.2

Retrieve the default options when this is a new access control plugin

1 method overrides views_plugin_cache::option_defaults()
views_plugin_cache_time::option_defaults in plugins/views_plugin_cache_time.inc
Retrieve the default options when this is a new access control plugin

File

plugins/views_plugin_cache.inc, line 42

Class

views_plugin_cache
The base plugin to handle caching.

Code

function option_defaults(&$options) {
}