views_plugin_cache::cache_get |
core/modules/views/plugins/views_plugin_cache.inc |
Retrieve data from the cache. |
views_plugin_cache::cache_set |
core/modules/views/plugins/views_plugin_cache.inc |
Save data to the cache. |
views_plugin_cache::cache_set_expire |
core/modules/views/plugins/views_plugin_cache.inc |
Determine expiration time in the cache table of the cache type
or CACHE_PERMANENT if item shouldn't be removed automatically from cache. |
views_plugin_cache::cache_start |
core/modules/views/plugins/views_plugin_cache.inc |
Start caching javascript, css and other out of band info. |
views_plugin_cache::gather_headers |
core/modules/views/plugins/views_plugin_cache.inc |
Gather out of band data, compare it to what we started with and store the difference. |
views_plugin_cache::get_cache_key |
core/modules/views/plugins/views_plugin_cache.inc |
Returns cache key. |
views_plugin_cache::get_output_key |
core/modules/views/plugins/views_plugin_cache.inc |
|
views_plugin_cache::get_results_key |
core/modules/views/plugins/views_plugin_cache.inc |
|
views_plugin_cache::init |
core/modules/views/plugins/views_plugin_cache.inc |
Initialize the plugin. |
views_plugin_cache::post_render |
core/modules/views/plugins/views_plugin_cache.inc |
Post process any rendered data. |
views_plugin_cache::restore_headers |
core/modules/views/plugins/views_plugin_cache.inc |
Restore out of band data saved to cache. Copied from Panels. |
views_plugin_cache::summary_title |
core/modules/views/plugins/views_plugin_cache.inc |
Return a string to display as the clickable title for the
access control. |
views_plugin_cache_none::cache_get |
core/modules/views/plugins/views_plugin_cache_none.inc |
Retrieve data from the cache. |
views_plugin_cache_none::cache_set |
core/modules/views/plugins/views_plugin_cache_none.inc |
Save data to the cache. |
views_plugin_cache_none::cache_start |
core/modules/views/plugins/views_plugin_cache_none.inc |
Start caching javascript, css and other out of band info. |
views_plugin_cache_none::summary_title |
core/modules/views/plugins/views_plugin_cache_none.inc |
Return a string to display as the clickable title for the
access control. |
views_plugin_cache_time::cache_expire |
core/modules/views/plugins/views_plugin_cache_time.inc |
Determine the expiration time of the cache type, or NULL if no expire. |
views_plugin_cache_time::cache_set_expire |
core/modules/views/plugins/views_plugin_cache_time.inc |
Determine expiration time in the cache table of the cache type
or CACHE_PERMANENT if item shouldn't be removed automatically from cache. |
views_plugin_cache_time::get_lifespan |
core/modules/views/plugins/views_plugin_cache_time.inc |
|
views_plugin_cache_time::options_form |
core/modules/views/plugins/views_plugin_cache_time.inc |
Provide a form to edit options for this plugin. |
views_plugin_cache_time::options_validate |
core/modules/views/plugins/views_plugin_cache_time.inc |
Validate the options form. |
views_plugin_cache_time::option_definition |
core/modules/views/plugins/views_plugin_cache_time.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_plugin_cache_time::summary_title |
core/modules/views/plugins/views_plugin_cache_time.inc |
Return a string to display as the clickable title for the
access control. |
views_plugin_display::accept_attachments |
core/modules/views/plugins/views_plugin_display.inc |
Can this display accept attachments? |
views_plugin_display::access |
core/modules/views/plugins/views_plugin_display.inc |
Determine if the user has access to this display of the view. |
views_plugin_display::attach_to |
core/modules/views/plugins/views_plugin_display.inc |
Allow displays to attach to other views. |
views_plugin_display::defaultable_sections |
core/modules/views/plugins/views_plugin_display.inc |
Static member function to list which sections are defaultable
and what items each section contains. |
views_plugin_display::destroy |
core/modules/views/plugins/views_plugin_display.inc |
|
views_plugin_display::displays_exposed |
core/modules/views/plugins/views_plugin_display.inc |
Determine if this display should display the exposed
filters widgets, so the view will know whether or not
to render them. |
views_plugin_display::execute |
core/modules/views/plugins/views_plugin_display.inc |
When used externally, this is how a view gets run and returns
data in the format required. |
views_plugin_display::format_themes |
core/modules/views/plugins/views_plugin_display.inc |
Format a list of theme templates for output by the theme info helper. |
views_plugin_display::get_arguments_tokens |
core/modules/views/plugins/views_plugin_display.inc |
Returns to tokens for arguments. |
views_plugin_display::get_argument_text |
core/modules/views/plugins/views_plugin_display.inc |
Provide some helpful text for the arguments.
The result should contain of an array with |
views_plugin_display::get_field_labels |
core/modules/views/plugins/views_plugin_display.inc |
Retrieve a list of fields for the current display with the
relationship associated if it exists. |
views_plugin_display::get_handler |
core/modules/views/plugins/views_plugin_display.inc |
Get the handler object for a single handler. |
views_plugin_display::get_handlers |
core/modules/views/plugins/views_plugin_display.inc |
Get a full array of handlers for $type. This caches them. |
views_plugin_display::get_link_display |
core/modules/views/plugins/views_plugin_display.inc |
Check to see which display to use when creating links within
a view using this display. |
views_plugin_display::get_option |
core/modules/views/plugins/views_plugin_display.inc |
Intelligently get an option either from this display or from the
default display, if directed to do so. |
views_plugin_display::get_pager_text |
core/modules/views/plugins/views_plugin_display.inc |
Provide some helpful text for pagers. |
views_plugin_display::get_path |
core/modules/views/plugins/views_plugin_display.inc |
Return the base path to use for this display. |
views_plugin_display::get_plugin |
core/modules/views/plugins/views_plugin_display.inc |
Get the instance of a plugin, for example style or row. |
views_plugin_display::get_special_blocks |
core/modules/views/plugins/views_plugin_display.inc |
Provide the block system with any exposed widget blocks for this display. |
views_plugin_display::get_style_type |
core/modules/views/plugins/views_plugin_display.inc |
Displays can require a certain type of style plugin. By default, they will
be 'normal'. |
views_plugin_display::get_url |
core/modules/views/plugins/views_plugin_display.inc |
|
views_plugin_display::has_path |
core/modules/views/plugins/views_plugin_display.inc |
Check to see if the display has a 'path' field. |
views_plugin_display::hook_block_list |
core/modules/views/plugins/views_plugin_display.inc |
If this display creates a block, implement one of these. |
views_plugin_display::hook_menu |
core/modules/views/plugins/views_plugin_display.inc |
If this display creates a page with a menu item, implement it here. |
views_plugin_display::init |
core/modules/views/plugins/views_plugin_display.inc |
|
views_plugin_display::is_defaulted |
core/modules/views/plugins/views_plugin_display.inc |
Determine if a given option is set to use the default display or the
current display |
views_plugin_display::is_default_display |
core/modules/views/plugins/views_plugin_display.inc |
Determine if this display is the 'default' display which contains
fallback settings |