Name Locationsort descending Description
view::get_items_per_page core/modules/views/includes/view.inc Get the items per page from the pager.
view::set_items_per_page core/modules/views/includes/view.inc Set the items per page on the pager.
view::get_offset core/modules/views/includes/view.inc Get the pager offset from the pager.
view::set_offset core/modules/views/includes/view.inc Set the offset on the pager.
view::use_pager core/modules/views/includes/view.inc Determine if the pager actually uses a pager.
view::set_use_ajax core/modules/views/includes/view.inc Whether or not AJAX should be used. If AJAX is used, paging, tablesorting and exposed filters will be fetched via an AJAX call rather than a page refresh.
view::set_exposed_input core/modules/views/includes/view.inc Set the exposed filters input to an array. If unset they will be taken from $_GET when the time comes.
view::get_exposed_input core/modules/views/includes/view.inc Figure out what the exposed input for this view is.
view::init_display core/modules/views/includes/view.inc Set the display for this view and initialize the display handler.
view::choose_display core/modules/views/includes/view.inc Get the first display that is accessible to the user.
view::set_display core/modules/views/includes/view.inc Set the display as current.
view::init_style core/modules/views/includes/view.inc Find and initialize the style plugin.
view::fix_missing_relationships core/modules/views/includes/view.inc Attempt to discover if the view has handlers missing relationships.
view::init_handlers core/modules/views/includes/view.inc Acquire and attach all of the handlers.
view::init_pager core/modules/views/includes/view.inc Initialize the pager
view::get_base_tables core/modules/views/includes/view.inc Create a list of base tables eligible for this view. Used primarily for the UI. Display must be already initialized.
view::_pre_query core/modules/views/includes/view.inc Run the pre_query() on all active handlers.
view::_post_execute core/modules/views/includes/view.inc Run the post_execute() on all active handlers.
view::_init_handler core/modules/views/includes/view.inc Attach all of the handlers for each type.
view::_build_arguments core/modules/views/includes/view.inc Build all the arguments.
view::init_query core/modules/views/includes/view.inc Do some common building initialization.
view::build core/modules/views/includes/view.inc Build the query for the view.
view::_build core/modules/views/includes/view.inc Internal method to build an individual set of handlers.
view::execute core/modules/views/includes/view.inc Execute the view's query.
view::render core/modules/views/includes/view.inc Render this view for a certain display.
view::render_field core/modules/views/includes/view.inc Render a specific field via the field ID and the row #
view::execute_display core/modules/views/includes/view.inc Execute the given display, with the given arguments. To be called externally by whatever mechanism invokes the view, such as a page callback, hook_block, etc.
view::preview core/modules/views/includes/view.inc Preview the given display, with the given arguments.
view::pre_execute core/modules/views/includes/view.inc Run attachments and let the display do what it needs to do prior to running.
view::post_execute core/modules/views/includes/view.inc Unset the current view, mostly.
view::attach_displays core/modules/views/includes/view.inc Run attachment displays for the view.
view::execute_hook_menu core/modules/views/includes/view.inc Called to get hook_menu() information from the view and the named display handler.
view::execute_hook_block_list core/modules/views/includes/view.inc Called to get hook_block information from the view and the named display handler.
view::access core/modules/views/includes/view.inc Determine if the given user has access to the view. Note that this sets the display handler if it hasn't been.
view::get_title core/modules/views/includes/view.inc Get the view's current title. This can change depending upon how it was built.
view::set_title core/modules/views/includes/view.inc Override the view's current title.
view::get_human_name core/modules/views/includes/view.inc Return the human readable name for a view.
view::build_title core/modules/views/includes/view.inc Force the view to build a title.
view::get_url core/modules/views/includes/view.inc Get the URL for the current view.
view::get_path core/modules/views/includes/view.inc Get the base path used for this view.
view::get_breadcrumb core/modules/views/includes/view.inc Get the breadcrumb used for this view.
view::is_cacheable core/modules/views/includes/view.inc Is this view cacheable?
view::start_query_capture core/modules/views/includes/view.inc Set up query capturing.
view::end_query_capture core/modules/views/includes/view.inc Add the list of queries run during render to the build info.
view::save core/modules/views/includes/view.inc Save the view to a configuration file.
view::delete core/modules/views/includes/view.inc Delete the view entirely from the system.
view::revert core/modules/views/includes/view.inc Revert the view based on its module-provided default version (if any).
view::clone_view core/modules/views/includes/view.inc Safely clone a view.
view::destroy core/modules/views/includes/view.inc Unset references so that a $view object may be properly garbage collected.
view::validate core/modules/views/includes/view.inc Make sure the view is completely valid.

Pages