Namesort ascending Location Description
views_plugin_exposed_form::pre_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::post_render core/modules/views/plugins/views_plugin_exposed_form.inc
views_plugin_exposed_form::post_execute core/modules/views/plugins/views_plugin_exposed_form.inc
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::options_form core/modules/views/plugins/views_plugin_exposed_form.inc Provide a form to edit options for this plugin.
views_plugin_exposed_form::init core/modules/views/plugins/views_plugin_exposed_form.inc Initialize the plugin.
views_plugin_exposed_form::exposed_form_validate 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_alter core/modules/views/plugins/views_plugin_exposed_form.inc
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_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::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::options_validate core/modules/views/plugins/views_plugin_display_page.inc Validate the options form.
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_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_form core/modules/views/plugins/views_plugin_display_page.inc Provide the default form for setting options.
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::get_pager_text core/modules/views/plugins/views_plugin_display_page.inc Provide some helpful text for pagers.
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::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::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_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_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::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::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::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::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::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_form core/modules/views/plugins/views_plugin_display_feed.inc Provide the default form for setting options.
views_plugin_display_feed::init core/modules/views/plugins/views_plugin_display_feed.inc
views_plugin_display_feed::get_style_type core/modules/views/plugins/views_plugin_display_feed.inc Displays can require a certain type of style plugin. By default, they will be 'normal'.
views_plugin_display_feed::execute core/modules/views/plugins/views_plugin_display_feed.inc Feeds do not go through the standard page theme hooks. Instead, they go through their own theme function and then return NULL so that Backdrop believes that the page has already rendered itself... which it has.
views_plugin_display_feed::defaultable_sections core/modules/views/plugins/views_plugin_display_feed.inc Static member function to list which sections are defaultable and what items each section contains.
views_plugin_display_feed::attach_to core/modules/views/plugins/views_plugin_display_feed.inc Attach to another view.
views_plugin_display_extender::query core/modules/views/plugins/views_plugin_display_extender.inc Inject anything into the query that the display_extender handler needs.
views_plugin_display_extender::pre_execute core/modules/views/plugins/views_plugin_display_extender.inc Set up any variables on the view prior to execution.
views_plugin_display_extender::options_validate core/modules/views/plugins/views_plugin_display_extender.inc Validate the options form.
views_plugin_display_extender::options_summary core/modules/views/plugins/views_plugin_display_extender.inc Provide the default summary for options in the views UI.
views_plugin_display_extender::options_submit core/modules/views/plugins/views_plugin_display_extender.inc Handle any special handling on the validate form.
views_plugin_display_extender::options_form core/modules/views/plugins/views_plugin_display_extender.inc Provide a form to edit options for this plugin.
views_plugin_display_extender::options_definition_alter core/modules/views/plugins/views_plugin_display_extender.inc Provide a form to edit options for this plugin.
views_plugin_display_extender::init core/modules/views/plugins/views_plugin_display_extender.inc
views_plugin_display_extender::defaultable_sections core/modules/views/plugins/views_plugin_display_extender.inc Static member function to list which sections are defaultable and what items each section contains.
views_plugin_display_default::is_default_display core/modules/views/plugins/views_plugin_display_default.inc Determine if this display is the 'default' display which contains fallback settings
views_plugin_display_default::execute core/modules/views/plugins/views_plugin_display_default.inc The default execute handler fully renders the view.
views_plugin_display_block::use_more core/modules/views/plugins/views_plugin_display_block.inc Does the display have a more link enabled?
views_plugin_display_block::uses_exposed_form_in_block core/modules/views/plugins/views_plugin_display_block.inc Check to see if the display can put the exposed form in a block.
views_plugin_display_block::set_override_options core/modules/views/plugins/views_plugin_display_block.inc Set the options that should be overridden within this display.
views_plugin_display_block::option_definition core/modules/views/plugins/views_plugin_display_block.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(

Pages