18 calls to views_get_view()
- ViewsAnalyzeTest::testAnalyzeBasic in tests/
views_analyze.test - Tests that analyze works in general.
- ViewsExposedFormTest::testRenameResetButton in tests/
views_exposed_form.test - Tests, whether and how the reset button can be renamed.
- ViewsGlossaryTestCase::testGlossaryView in tests/
views_glossary.test - Tests the default glossary view.
- ViewsUIWizardJumpMenuTestCase::testJumpMenus in tests/
views_ui.test - Tests the jump menu style plugin.
- ViewsViewTest::testDelete in tests/
views_view.test - views_ajax in includes/
ajax.inc - Menu callback to load a view via AJAX.
- views_arg_load in ./
views.module - Helper function for menu loading. This will automatically be called in order to 'load' a views argument; primarily it will be used to perform validation.
- views_block_view in ./
views.module - Implement hook_block_view().
- views_embed_view in ./
views.module - Embed a view using a PHP snippet.
- views_get_view_result in ./
views.module - Get the result of a view.
- views_handler_area_view::render in handlers/
views_handler_area_view.inc - Render the area
- views_handler_relationship_groupwise_max::left_query in handlers/
views_handler_relationship_groupwise_max.inc - Generate a subquery given the user options, as set in the options. These are passed in rather than picked up from the object because we generate the subquery when the options are saved, rather than when the view is run. This saves considerable time.
- views_page in ./
views.module - Page callback: Displays a page view, given a name and display id.
- views_ui_cache_load in ./
views_ui.module - Specialized menu callback to load a view and check its locked status.
- views_ui_clone_form in plugins/
export_ui/ views_ui.class.php - Form callback to edit an exportable item using the wizard
- views_ui_default_load in ./
views_ui.module - Specialized menu callback to load a view that is only a default view.
- views_ui_edit_view_form_submit in includes/
admin.inc - Submit handler for the edit view form.
- views_ui_import_validate in includes/
admin.inc - Validate handler to import a view.