views_ajax in modules/views/includes/ajax.inc
Menu callback to load a view via AJAX.
ViewsAnalyzeTest::testAnalyzeBasic in modules/views/tests/views_analyze.test
Tests that analyze works in general.
views_arg_load in modules/views/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.
ViewsBlock::form in modules/views/includes/views.block.inc
Build the settings form for editing this block.
ViewsBlock::getAdminTitle in modules/views/includes/views.block.inc
Return an administrative title that will always have a value.
ViewsBlock::prepare in modules/views/includes/views.block.inc
Do any processing prior to getTitle() and getContent() being called.
views_embed_view in modules/views/views.module
Embed a view using a PHP snippet.
ViewsExposedFormTest::testRenameResetButton in modules/views/tests/views_exposed_form.test
Tests, whether and how the reset button can be renamed.
views_get_view_result in modules/views/views.module
Get the result of a view.
ViewsGlossaryTestCase::testGlossaryView in modules/views/tests/views_glossary.test
Tests the default glossary view.
views_handler_area_view::loadView in modules/views/handlers/views_handler_area_view.inc
Loads the used view for rendering.
ViewsHandlerFilterMultipleTest::testMultipleFilters in modules/views/tests/handlers/views_handler_filter_multiple.test
Tests combining an exposed filter with a non-exposed one.
views_handler_relationship_groupwise_max::left_query in modules/views/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 modules/views/views.module
Page callback: Displays a page view, given a name and display id.
ViewsPluginDisplayBlockTestCase::testViewBlocks in modules/views/tests/plugins/views_plugin_display_block.test
Tests, whether and how the reset button can be renamed.
ViewsSpecialBlock::getContent in modules/views/includes/views.special_block.inc
Return the content of a block.
views_ui_cache_load in modules/views_ui/views_ui.module
Specialized menu callback to load a view and check its locked status.
views_ui_default_load in modules/views_ui/views_ui.module
Specialized menu callback to load a view that is only a default view.
views_ui_edit_view_form_submit in modules/views_ui/views_ui.admin.inc
Submit handler for the configure view form.
ViewsUIWizardJumpMenuTestCase::testJumpMenus in modules/views/tests/views_ui.test
Tests the jump menu style plugin.
ViewsViewTest::testDelete in modules/views/tests/views_view.test