- view::delete in core/modules/ views/ includes/ view.inc 
- Delete the view entirely from the system.
- view::revert in core/modules/ views/ includes/ view.inc 
- Revert the view based on its module-provided default version (if any).
- view::save in core/modules/ views/ includes/ view.inc 
- Save the view to a configuration file.
- ViewsExposedFormTest::testRenameResetButton in core/modules/ views/ tests/ views_exposed_form.test 
- Tests, whether and how the reset button can be renamed.
- ViewsTranslatableTest::testUi in core/modules/ views/ tests/ views_translatable.test 
- Make sure that the string is not translated in the UI.
- ViewsUIWizardBasicTestCase::testViewsWizardAndListing in core/modules/ views/ tests/ views_ui.test 
- ViewsUIWizardDisplaysTestCase::testOverrideDisplays in core/modules/ views/ tests/ views_ui.test 
- Tests that displays can be overridden via the UI.
- ViewsUIWizardDisplaysTestCase::testWizardMixedDefaultOverriddenDisplays in core/modules/ views/ tests/ views_ui.test 
- Tests that the wizard correctly sets up default and overridden displays.
- ViewsUIWizardItemsPerPageTestCase::testItemsPerPage in core/modules/ views/ tests/ views_ui.test 
- Tests the number of items per page.
- views_menu in core/modules/ views/ views.module 
- Implement hook_menu().
- views_ui_tools_clear_cache in core/modules/ views_ui/ views_ui.admin.inc 
- Submit hook to clear the views cache.
