views_plugin_display::accept_attachments in modules/views/plugins/views_plugin_display.inc
Can this display accept attachments?
views_plugin_display_attachment::attach_to in modules/views/plugins/views_plugin_display_attachment.inc
Attach to another view.
views_plugin_display_attachment::options_form in modules/views/plugins/views_plugin_display_attachment.inc
Provide the default form for setting options.
views_plugin_display_attachment::options_summary in modules/views/plugins/views_plugin_display_attachment.inc
Provide the summary for attachment options in the views UI.
views_plugin_display_attachment::render_pager in modules/views/plugins/views_plugin_display_attachment.inc
Not all display plugins will suppert pager rendering.
views_plugin_display_block::displays_exposed in modules/views/plugins/views_plugin_display_block.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_block::execute in modules/views/plugins/views_plugin_display_block.inc
The display block handler returns the structure necessary for a block.
views_plugin_display_block::execute_hook_block_list in modules/views/plugins/views_plugin_display_block.inc
Return a list of blocks provided by this display plugin.
views_plugin_display_block::get_argument_input in modules/views/plugins/views_plugin_display_block.inc
Adjust the array of argument input to match the current list of arguments available for this display. This ensures that changing the arguments doesn't cause the argument input field to just break.
views_plugin_display_block::get_cache_type in modules/views/plugins/views_plugin_display_block.inc
Provide a single method to figure caching type, keeping a sensible default for when it's unset.
views_plugin_display_block::get_url in modules/views/plugins/views_plugin_display_block.inc
views_plugin_display_block::options_form in modules/views/plugins/views_plugin_display_block.inc
Provide the default form for setting options.
views_plugin_display_block::options_summary in modules/views/plugins/views_plugin_display_block.inc
Provide the summary for page options in the views UI.
views_plugin_display_block::use_more in 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 in 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_feed::attach_to in modules/views/plugins/views_plugin_display_feed.inc
Attach to another view.
views_plugin_display_feed::options_form in modules/views/plugins/views_plugin_display_feed.inc
Provide the default form for setting options.
views_plugin_display_feed::options_summary in modules/views/plugins/views_plugin_display_feed.inc
Provide the summary for page options in the views UI.
views_plugin_display::get_handlers in modules/views/plugins/views_plugin_display.inc
Get a full array of handlers for $type. This caches them.
views_plugin_display::get_link_display in 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_path in modules/views/plugins/views_plugin_display.inc
Return the base path to use for this display.
views_plugin_display::get_plugin in modules/views/plugins/views_plugin_display.inc
Get the instance of a plugin, for example style or row.
views_plugin_display::init in modules/views/plugins/views_plugin_display.inc
views_plugin_display::options_form in modules/views/plugins/views_plugin_display.inc
Provide the default form for setting options.
views_plugin_display::options_submit in modules/views/plugins/views_plugin_display.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::options_summary in modules/views/plugins/views_plugin_display.inc
Provide the default summary for options in the views UI.
views_plugin_display_page::execute_hook_menu in modules/views/plugins/views_plugin_display_page.inc
Add this display's path information to Backdrop's menu system.
views_plugin_display_page::options_form in modules/views/plugins/views_plugin_display_page.inc
Provide the default form for setting options.
views_plugin_display_page::options_summary in modules/views/plugins/views_plugin_display_page.inc
Provide the summary for page options in the views UI.
views_plugin_display_page::options_validate in modules/views/plugins/views_plugin_display_page.inc
Validate the options form.
views_plugin_display_page::validate in modules/views/plugins/views_plugin_display_page.inc
Make sure the display and all associated handlers are valid.
views_plugin_display::pre_execute in modules/views/plugins/views_plugin_display.inc
Set up any variables on the view prior to execution. These are separated from execute because they are extremely common and unlikely to be overridden on an individual display.
views_plugin_display::render_more_link in modules/views/plugins/views_plugin_display.inc
Render the 'more' link
views_plugin_display::set_override in modules/views/plugins/views_plugin_display.inc
Flip the override setting for the given section.
views_plugin_display::use_ajax in modules/views/plugins/views_plugin_display.inc
Does the display use AJAX?
views_plugin_display::use_group_by in modules/views/plugins/views_plugin_display.inc
Does the display have groupby enabled?
views_plugin_display::use_more in modules/views/plugins/views_plugin_display.inc
Does the display have a more link enabled?
views_plugin_display::use_more_always in modules/views/plugins/views_plugin_display.inc
Should the enabled display more link be shown when no more items?
views_plugin_display::use_more_text in modules/views/plugins/views_plugin_display.inc
Does the display have custom link text?
views_plugin_display::validate in modules/views/plugins/views_plugin_display.inc
Make sure the display and all associated handlers are valid.
views_plugin_display::view_special_blocks in modules/views/plugins/views_plugin_display.inc
Render any special blocks provided for this display.