- ViewsAnalyzeTest::setUp in modules/
views/ tests/ views_analyze.test - Sets up a Backdrop site for running functional and integration tests.
- views_block_info in modules/
views/ views.module - Implement hook_block_info().
- views_get_applicable_views in modules/
views/ views.module - Return a list of all views and display IDs that have a particular setting in their display's plugin settings.
- views_get_disabled_views in modules/
views/ views.module - Returns an array of all disabled views, as fully loaded $view objects.
- views_get_enabled_views in modules/
views/ views.module - Returns an array of all enabled views, as fully loaded $view objects.
- views_handler_relationship_groupwise_max::options_form in modules/
views/ handlers/ views_handler_relationship_groupwise_max.inc - Extends the relationship's basic options, allowing the user to pick a sort and an order for it.
- ViewsSqlTest::enableViewsUi in modules/
views/ tests/ views_query.test - This function allows to enable views ui from a higher class which can't change the setup function anymore.
- views_ui_autocomplete_tag in modules/
views_ui/ views_ui.admin.inc - Page callback for views tag autocomplete
- views_ui_field_list in modules/
views_ui/ views_ui.admin.inc - List all instances of fields on any views.