function views_plugin_cache::option_defaults

2.x views_plugin_cache.inc views_plugin_cache::option_defaults(&$options)

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) {
}