views_plugin_display_feed::options_form |
core/modules/views/plugins/views_plugin_display_feed.inc |
Provide the default form for setting options. |
views_plugin_display_feed::options_submit |
core/modules/views/plugins/views_plugin_display_feed.inc |
Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data. |
views_plugin_display_feed::options_summary |
core/modules/views/plugins/views_plugin_display_feed.inc |
Provide the summary for page options in the views UI. |
views_plugin_display_feed::option_definition |
core/modules/views/plugins/views_plugin_display_feed.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_plugin_display_feed::preview |
core/modules/views/plugins/views_plugin_display_feed.inc |
Fully render the display for the purposes of a live preview or
some other AJAXy reason. |
views_plugin_display_feed::render |
core/modules/views/plugins/views_plugin_display_feed.inc |
Instead of going through the standard views_view.tpl.php, delegate this
to the style handler. |
views_plugin_display_feed::uses_breadcrumb |
core/modules/views/plugins/views_plugin_display_feed.inc |
Check to see if the display needs a breadcrumb |
views_plugin_display_feed::uses_link_display |
core/modules/views/plugins/views_plugin_display_feed.inc |
Check to see if the display has some need to link to another display. |
views_plugin_display_page::execute |
core/modules/views/plugins/views_plugin_display_page.inc |
The display page handler returns a normal view, but it also does
a backdrop_set_title for the page, and does a views_set_page_view
on the view. |
views_plugin_display_page::execute_hook_menu |
core/modules/views/plugins/views_plugin_display_page.inc |
Add this display's path information to Backdrop's menu system. |
views_plugin_display_page::get_argument_text |
core/modules/views/plugins/views_plugin_display_page.inc |
Provide some helpful text for the arguments.
The result should contain of an array with |
views_plugin_display_page::get_pager_text |
core/modules/views/plugins/views_plugin_display_page.inc |
Provide some helpful text for pagers. |
views_plugin_display_page::has_path |
core/modules/views/plugins/views_plugin_display_page.inc |
The page display has a path. |
views_plugin_display_page::options_form |
core/modules/views/plugins/views_plugin_display_page.inc |
Provide the default form for setting options. |
views_plugin_display_page::options_submit |
core/modules/views/plugins/views_plugin_display_page.inc |
Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data. |
views_plugin_display_page::options_summary |
core/modules/views/plugins/views_plugin_display_page.inc |
Provide the summary for page options in the views UI. |
views_plugin_display_page::options_validate |
core/modules/views/plugins/views_plugin_display_page.inc |
Validate the options form. |
views_plugin_display_page::option_definition |
core/modules/views/plugins/views_plugin_display_page.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_plugin_display_page::uses_breadcrumb |
core/modules/views/plugins/views_plugin_display_page.inc |
Check to see if the display needs a breadcrumb |
views_plugin_display_page::validate |
core/modules/views/plugins/views_plugin_display_page.inc |
Make sure the display and all associated handlers are valid. |
views_plugin_exposed_form::exposed_form_alter |
core/modules/views/plugins/views_plugin_exposed_form.inc |
|
views_plugin_exposed_form::exposed_form_submit |
core/modules/views/plugins/views_plugin_exposed_form.inc |
This function is executed when the exposed form is submitted. |
views_plugin_exposed_form::exposed_form_validate |
core/modules/views/plugins/views_plugin_exposed_form.inc |
|
views_plugin_exposed_form::init |
core/modules/views/plugins/views_plugin_exposed_form.inc |
Initialize the plugin. |
views_plugin_exposed_form::options_form |
core/modules/views/plugins/views_plugin_exposed_form.inc |
Provide a form to edit options for this plugin. |
views_plugin_exposed_form::option_definition |
core/modules/views/plugins/views_plugin_exposed_form.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_plugin_exposed_form::post_execute |
core/modules/views/plugins/views_plugin_exposed_form.inc |
|
views_plugin_exposed_form::post_render |
core/modules/views/plugins/views_plugin_exposed_form.inc |
|
views_plugin_exposed_form::pre_execute |
core/modules/views/plugins/views_plugin_exposed_form.inc |
|
views_plugin_exposed_form::pre_render |
core/modules/views/plugins/views_plugin_exposed_form.inc |
|
views_plugin_exposed_form::query |
core/modules/views/plugins/views_plugin_exposed_form.inc |
Add anything to the query that we might need to. |
views_plugin_exposed_form::render_exposed_form |
core/modules/views/plugins/views_plugin_exposed_form.inc |
Render the exposed filter form. |
views_plugin_exposed_form::reset_form |
core/modules/views/plugins/views_plugin_exposed_form.inc |
|
views_plugin_exposed_form_input_required::exposed_filter_applied |
core/modules/views/plugins/views_plugin_exposed_form_input_required.inc |
|
views_plugin_exposed_form_input_required::options_form |
core/modules/views/plugins/views_plugin_exposed_form_input_required.inc |
Provide a form to edit options for this plugin. |
views_plugin_exposed_form_input_required::options_submit |
core/modules/views/plugins/views_plugin_exposed_form_input_required.inc |
Handle any special handling on the validate form. |
views_plugin_exposed_form_input_required::option_definition |
core/modules/views/plugins/views_plugin_exposed_form_input_required.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_plugin_exposed_form_input_required::pre_render |
core/modules/views/plugins/views_plugin_exposed_form_input_required.inc |
|
views_plugin_exposed_form_input_required::query |
core/modules/views/plugins/views_plugin_exposed_form_input_required.inc |
Add anything to the query that we might need to. |
views_plugin_list |
core/modules/views/views.module |
Returns a list of plugins and metadata about them. |
views_plugin_localization::delete |
core/modules/views/plugins/views_plugin_localization.inc |
Delete a string. |
views_plugin_localization::init |
core/modules/views/plugins/views_plugin_localization.inc |
Initialize the plugin. |
views_plugin_localization::invoke_translation_process |
core/modules/views/plugins/views_plugin_localization.inc |
Invoke hook_translation_pre_process() or hook_translation_post_process(). |
views_plugin_localization::process_locale_strings |
core/modules/views/plugins/views_plugin_localization.inc |
Process strings. |
views_plugin_localization::save |
core/modules/views/plugins/views_plugin_localization.inc |
Save string source for translation. |
views_plugin_localization::save_string |
core/modules/views/plugins/views_plugin_localization.inc |
Save a string for translation. |
views_plugin_localization::translate |
core/modules/views/plugins/views_plugin_localization.inc |
Translate a string / text with format. |
views_plugin_localization::translate_string |
core/modules/views/plugins/views_plugin_localization.inc |
Translate a string. |
views_plugin_localization_core::delete |
core/modules/views/plugins/views_plugin_localization_core.inc |
Delete a string. |
views_plugin_localization_core::save_string |
core/modules/views/plugins/views_plugin_localization_core.inc |
Save a string for translation. |