- template_preprocess_views_ui_edit_view in contributions/views/includes/admin.inc
- Preprocess the view edit page.
- views_fetch_base_tables in contributions/views/includes/admin.inc
- Fetch a list of all base tables available
- views_fetch_fields in contributions/views/includes/admin.inc
- Fetch a list of all fields available for a given base type.
- views_get_handler in contributions/views/views.module
- Fetch a handler from the data cache.
- views_get_handler in contributions/views/views.module
- Fetch a handler from the data cache.
- views_get_table_join in contributions/views/includes/handlers.inc
- Fetch a handler to join one table to a primary table from the data cache
- views_ui_config_item_form in contributions/views/includes/admin.inc
- Form to config_item items in the views UI.