views_plugin_argument_validate_php::options_form |
core/modules/views/plugins/views_plugin_argument_validate_php.inc |
Provide the default form for setting options. |
views_plugin_argument_validate_php::option_definition |
core/modules/views/plugins/views_plugin_argument_validate_php.inc |
Retrieve the options when this is a new access
control plugin |
views_plugin_argument_validate_php::validate_argument |
core/modules/views/plugins/views_plugin_argument_validate_php.inc |
|
views_plugin_argument_validate_taxonomy_term::convert_options |
core/modules/taxonomy/views/views_plugin_argument_validate_taxonomy_term.inc |
Convert options from the older style. |
views_plugin_argument_validate_taxonomy_term::init |
core/modules/taxonomy/views/views_plugin_argument_validate_taxonomy_term.inc |
Initialize this plugin with the view and the argument
it is linked to. |
views_plugin_argument_validate_taxonomy_term::options_form |
core/modules/taxonomy/views/views_plugin_argument_validate_taxonomy_term.inc |
Provide the default form for setting options. |
views_plugin_argument_validate_taxonomy_term::options_submit |
core/modules/taxonomy/views/views_plugin_argument_validate_taxonomy_term.inc |
Provide the default form form for submitting options |
views_plugin_argument_validate_taxonomy_term::option_definition |
core/modules/taxonomy/views/views_plugin_argument_validate_taxonomy_term.inc |
Retrieve the options when this is a new access
control plugin |
views_plugin_argument_validate_taxonomy_term::process_summary_arguments |
core/modules/taxonomy/views/views_plugin_argument_validate_taxonomy_term.inc |
Process the summary arguments for displaying. |
views_plugin_argument_validate_taxonomy_term::validate_argument |
core/modules/taxonomy/views/views_plugin_argument_validate_taxonomy_term.inc |
|
views_plugin_argument_validate_user::convert_options |
core/modules/user/views/views_plugin_argument_validate_user.inc |
Convert options from the older style. |
views_plugin_argument_validate_user::options_form |
core/modules/user/views/views_plugin_argument_validate_user.inc |
Provide the default form for setting options. |
views_plugin_argument_validate_user::options_submit |
core/modules/user/views/views_plugin_argument_validate_user.inc |
Provide the default form form for submitting options |
views_plugin_argument_validate_user::option_definition |
core/modules/user/views/views_plugin_argument_validate_user.inc |
Retrieve the options when this is a new access
control plugin |
views_plugin_argument_validate_user::process_summary_arguments |
core/modules/user/views/views_plugin_argument_validate_user.inc |
Process the summary arguments for displaying. |
views_plugin_argument_validate_user::validate_argument |
core/modules/user/views/views_plugin_argument_validate_user.inc |
|
views_plugin_cache::assetDiff |
core/modules/views/plugins/views_plugin_cache.inc |
Computes the differences between two JS/CSS asset arrays. |
views_plugin_cache::cache_expire |
core/modules/views/plugins/views_plugin_cache.inc |
Determine the expiration time of the cache type, or NULL if no expire. |
views_plugin_cache::cache_flush |
core/modules/views/plugins/views_plugin_cache.inc |
Clear out cached data for a view. |
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. |