views_plugin_display::access in core/modules/views/plugins/views_plugin_display.inc
Determine if the user has access to this display of the view.
views_plugin_display::options_form in core/modules/views/plugins/views_plugin_display.inc
Provide the default form for setting options.
views_plugin_display::options_submit in core/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 core/modules/views/plugins/views_plugin_display.inc
Provide the default summary for options in the views UI.
views_plugin_display::options_validate in core/modules/views/plugins/views_plugin_display.inc
Validate the options form.
views_plugin_display::pre_execute in core/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::unpack_plugin in core/modules/views/plugins/views_plugin_display.inc
Special handling for plugins when extracting translatables.
views_plugin_display::unpack_style in core/modules/views/plugins/views_plugin_display.inc
Extract translatables from views styles.
views_plugin_display::uses_exposed in core/modules/views/plugins/views_plugin_display.inc
Determine if this display uses exposed filters, so the view will know whether or not to build them.
views_plugin_display::uses_fields in core/modules/views/plugins/views_plugin_display.inc
Determine if the display's style uses fields.
views_plugin_display::use_pager in core/modules/views/plugins/views_plugin_display.inc
Does the display have a pager enabled?
views_plugin_display::validate in core/modules/views/plugins/views_plugin_display.inc
Make sure the display and all associated handlers are valid.
views_plugin_display::view_special_blocks in core/modules/views/plugins/views_plugin_display.inc
Render any special blocks provided for this display.
views_plugin_display_feed::attach_to in core/modules/views/plugins/views_plugin_display_feed.inc
Attach to another view.
views_plugin_display_page::execute_hook_menu in core/modules/views/plugins/views_plugin_display_page.inc
Add this display's path information to Backdrop's menu system.