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