Name Locationsort descending Description
views_plugin_display::option_link core/modules/views/plugins/views_plugin_display.inc Because forms may be split up into sections, this provides an easy URL to exactly the right section. Don't override this.
views_plugin_display::get_arguments_tokens core/modules/views/plugins/views_plugin_display.inc Returns to tokens for arguments.
views_plugin_display::options_summary core/modules/views/plugins/views_plugin_display.inc Provide the default summary for options in the views UI.
views_plugin_display::options_form core/modules/views/plugins/views_plugin_display.inc Provide the default form for setting options.
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.
views_plugin_display::options_validate core/modules/views/plugins/views_plugin_display.inc Validate the options form.
views_plugin_display::options_submit 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_override core/modules/views/plugins/views_plugin_display.inc If override/revert was clicked, perform the proper toggle.
views_plugin_display::set_override core/modules/views/plugins/views_plugin_display.inc Flip the override setting for the given section.
views_plugin_display::query core/modules/views/plugins/views_plugin_display.inc Inject anything into the query that the display handler needs.
views_plugin_display::render_filters core/modules/views/plugins/views_plugin_display.inc Not all display plugins will support filtering
views_plugin_display::render_pager core/modules/views/plugins/views_plugin_display.inc Not all display plugins will support pager rendering.
views_plugin_display::render_more_link core/modules/views/plugins/views_plugin_display.inc Render the 'more' link
views_plugin_display::render_header core/modules/views/plugins/views_plugin_display.inc Render the header of the view.
views_plugin_display::render_footer core/modules/views/plugins/views_plugin_display.inc Render the footer of the view.
views_plugin_display::render_empty core/modules/views/plugins/views_plugin_display.inc
views_plugin_display::hook_block_list core/modules/views/plugins/views_plugin_display.inc If this display creates a block, implement one of these.
views_plugin_display::hook_menu core/modules/views/plugins/views_plugin_display.inc If this display creates a page with a menu item, implement it here.
views_plugin_display::render core/modules/views/plugins/views_plugin_display.inc Render this display.
views_plugin_display::render_area core/modules/views/plugins/views_plugin_display.inc
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::pre_execute 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::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::preview core/modules/views/plugins/views_plugin_display.inc Fully render the display for the purposes of a live preview or some other AJAXy reason.
views_plugin_display::get_style_type core/modules/views/plugins/views_plugin_display.inc Displays can require a certain type of style plugin. By default, they will be 'normal'.
views_plugin_display::validate core/modules/views/plugins/views_plugin_display.inc Make sure the display and all associated handlers are valid.
views_plugin_display::is_identifier_unique core/modules/views/plugins/views_plugin_display.inc Check if the provided identifier is unique.
views_plugin_display::get_special_blocks core/modules/views/plugins/views_plugin_display.inc Provide the block system with any exposed widget blocks for this display.
views_plugin_display::view_special_blocks core/modules/views/plugins/views_plugin_display.inc Render any special blocks provided for this display.
views_plugin_display::get_argument_text core/modules/views/plugins/views_plugin_display.inc Provide some helpful text for the arguments. The result should contain of an array with
views_plugin_display::get_pager_text core/modules/views/plugins/views_plugin_display.inc Provide some helpful text for pagers.
views_plugin_display::unpack_style core/modules/views/plugins/views_plugin_display.inc Extract translatables from views styles.
views_plugin_display::unpack_plugin core/modules/views/plugins/views_plugin_display.inc Special handling for plugins when extracting translatables.
views_plugin_display::unpack_handler core/modules/views/plugins/views_plugin_display.inc Special method to unpack items that have handlers.
views_plugin_display_attachment::option_definition core/modules/views/plugins/views_plugin_display_attachment.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_plugin_display_attachment::execute core/modules/views/plugins/views_plugin_display_attachment.inc When used externally, this is how a view gets run and returns data in the format required.
views_plugin_display_attachment::attachment_positions core/modules/views/plugins/views_plugin_display_attachment.inc
views_plugin_display_attachment::options_summary core/modules/views/plugins/views_plugin_display_attachment.inc Provide the summary for attachment options in the views UI.
views_plugin_display_attachment::options_form core/modules/views/plugins/views_plugin_display_attachment.inc Provide the default form for setting options.
views_plugin_display_attachment::options_submit core/modules/views/plugins/views_plugin_display_attachment.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_attachment::attach_to core/modules/views/plugins/views_plugin_display_attachment.inc Attach to another view.
views_plugin_display_attachment::uses_exposed core/modules/views/plugins/views_plugin_display_attachment.inc Attachment displays only use exposed widgets if they are set to inherit the exposed filter settings of their parent display.
views_plugin_display_attachment::displays_exposed core/modules/views/plugins/views_plugin_display_attachment.inc If an attachment is set to inherit the exposed filter settings from its parent display, then don't render and display a second set of exposed filter widgets.
views_plugin_display_attachment::use_pager core/modules/views/plugins/views_plugin_display_attachment.inc Does the display have a pager enabled?
views_plugin_display_attachment::render_pager core/modules/views/plugins/views_plugin_display_attachment.inc Not all display plugins will support pager rendering.
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::has_override_options core/modules/views/plugins/views_plugin_display_block.inc Accessor to check if any override options have been set.
views_plugin_display_block::get_argument_input core/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::use_more core/modules/views/plugins/views_plugin_display_block.inc Does the display have a more link enabled?
views_plugin_display_block::get_path core/modules/views/plugins/views_plugin_display_block.inc Return the base path to use for this display.

Pages