8 calls to view::set_display()
- view::build in includes/
view.inc - Build the query for the view.
- view::execute_display in 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::execute_hook_block in includes/
view.inc - Called to get hook_block information from the view and the named display handler.
- view::execute_hook_menu in includes/
view.inc - Called to get hook_menu() information from the view and the named display handler.
- view::get_path in includes/
view.inc - Get the base path used for this view.
- view::get_title in includes/
view.inc - Get the view's current title. This can change depending upon how it was built.
- view::preview in includes/
view.inc - Preview the given display, with the given arguments.
- view::validate in includes/
view.inc - Make sure the view is completely valid.