Search for display
Title | Object type | File name | Summary |
---|---|---|---|
views_plugin_display_feed::preview | function | plugins/ |
Fully render the display. |
views_plugin_display_feed::render | function | plugins/ |
Instead of going through the standard views_view.tpl.php, delegate this to the style handler. |
views_plugin_display_feed::uses_breadcrumb | function | plugins/ |
Check to see if the display needs a breadcrumb. |
views_plugin_display_feed::uses_link_display | function | plugins/ |
Check to see if the display has some need to link to another display. |
views_plugin_display_page | class | plugins/ |
The plugin that handles a full page. |
views_plugin_display_page.inc | file | plugins/ |
Definition of views_plugin_display_page. |
views_plugin_display_page::execute | function | plugins/ |
The display page handler returns a normal view, but it also does a drupal_set_title for the page, and does a views_set_page_view on the view. |
views_plugin_display_page::execute_hook_menu | function | plugins/ |
Add this display's path information to Drupal's menu system. |
views_plugin_display_page::get_argument_text | function | plugins/ |
Provide some helpful text for the arguments. |
views_plugin_display_page::get_pager_text | function | plugins/ |
Provide some helpful text for pagers. |
views_plugin_display_page::has_path | function | plugins/ |
The page display has a path. |
views_plugin_display_page::options_form | function | plugins/ |
Provide the default form for setting options. |
views_plugin_display_page::options_submit | function | plugins/ |
Perform any necessary changes to the form values prior to storage. |
views_plugin_display_page::options_summary | function | plugins/ |
Provide the summary for page options in the views UI. |
views_plugin_display_page::options_validate | function | plugins/ |
Validate the options form. |
views_plugin_display_page::option_definition | function | plugins/ |
Information about options for all kinds of purposes will be held here. |
views_plugin_display_page::uses_breadcrumb | function | plugins/ |
Check to see if the display needs a breadcrumb. |
views_plugin_display_page::validate | function | plugins/ |
Make sure the display and all associated handlers are valid. |
views_ui_edit_display_form | function | includes/ |
Form constructor callback to edit display of a view. |
views_ui_edit_display_form_change_theme | function | includes/ |
Override handler for views_ui_edit_display_form. |
views_ui_edit_display_form_override | function | includes/ |
Override handler for views_ui_edit_display_form. |
views_ui_edit_display_form_submit | function | includes/ |
Submit handler for views_ui_edit_display_form. |
views_ui_edit_display_form_validate | function | includes/ |
Validate handler for views_ui_edit_display_form. |
views_ui_edit_form_submit_add_display | function | includes/ |
Submit handler to add a display to a view. |
views_ui_edit_form_submit_clone_display_as_type | function | includes/ |
Submit handler to clone a display as another display type. |
views_ui_edit_form_submit_delete_display | function | includes/ |
Submit handler to delete a display from a view. |
views_ui_edit_form_submit_disable_display | function | includes/ |
Submit handler to disable display. |
views_ui_edit_form_submit_duplicate_display | function | includes/ |
Submit handler to duplicate a display for a view. |
views_ui_edit_form_submit_enable_display | function | includes/ |
Submit handler to enable a disabled display. |
views_ui_edit_form_submit_undo_delete_display | function | includes/ |
Submit handler to add a restore a removed display to a view. |
views_ui_edit_page_display | function | includes/ |
Helper function to return the used display_id for the edit page. |
views_ui_edit_page_display_tabs | function | includes/ |
Adds tabs for navigating across Displays when editing a View. |
views_ui_get_display_label | function | includes/ |
Placeholder function for overriding $display->display_title. |
views_ui_get_display_tab | function | includes/ |
Returns a renderable array representing the edit page for one display. |
views_ui_get_display_tab_details | function | includes/ |
Helper function to get the display details section of the edit UI. |
views_ui_remove_display_form_restore | function | includes/ |
Submit handler to add a restore a removed display to a view. |
views_ui_render_display_top | function | includes/ |
Render the top of the display so it can be updated during ajax operations. |
views_ui_reorder_displays_form | function | includes/ |
Form constructor callback to reorder displays on a view. |
views_ui_reorder_displays_form_submit | function | includes/ |
Submit handler for rearranging display form. |
views_ui_show_default_display | function | includes/ |
Controls whether or not the default display should have its own tab on edit. |
views_ui_standard_display_dropdown | function | includes/ |
Add a <select> dropdown for a given section. |
views_ui_view_preview_section_display_category_links | function | ./ |
Returns a link to editing a certain display setting. |
_views_ui_get_displays_list | function | ./ |
Helper function to get a list of displays included in a view. |
Pagination
- Previous page
- Page 5