Search for build

  1. Other projects
Title Object type File name Summary
hook_views_post_build function ./views.api.php This hook is called right after the build process.
hook_views_pre_build function ./views.api.php Called after the display's pre_execute phase but before the build process.
theme_views_ui_build_group_filter_form function includes/admin.inc Theme the build group filter form.
view::$build_info property includes/view.inc
view::build function includes/view.inc Build the query for the view.
view::build_title function includes/view.inc Force the view to build a title.
view::_build function includes/view.inc Internal method to build an individual set of handlers.
view::_build_arguments function includes/view.inc Build all the arguments.
ViewsUiBaseViewsWizard::build_display_options function plugins/views_wizard/views_ui_base_views_wizard.class.php Build an array of display options for the view.
ViewsUiBaseViewsWizard::build_filters function plugins/views_wizard/views_ui_base_views_wizard.class.php Build the part of the form that allows the user to select the filters.
ViewsUiBaseViewsWizard::build_form function plugins/views_wizard/views_ui_base_views_wizard.class.php For AJAX callbacks to build other elements in the "show" form.
ViewsUiBaseViewsWizard::build_form_style function plugins/views_wizard/views_ui_base_views_wizard.class.php Build the part of the form that builds the display format options.
ViewsUiBaseViewsWizard::build_sorts function plugins/views_wizard/views_ui_base_views_wizard.class.php Build the part of the form that allows the user to select the sort order.
ViewsUiCommentViewsWizard::build_form_style function plugins/views_wizard/views_ui_comment_views_wizard.class.php Build the part of the form that builds the display format options.
ViewsUiNodeViewsWizard::build_form_style function plugins/views_wizard/views_ui_node_views_wizard.class.php Build the part of the form that builds the display format options.
ViewsWizardInterface::build_form function plugins/views_wizard/views_ui_base_views_wizard.class.php For AJAX callbacks to build other elements in the "show" form.
views_handler_filter::build_group_form function handlers/views_handler_filter.inc Build the form to let users create the group of exposed filters.
views_handler_filter::build_group_options function handlers/views_handler_filter.inc Provide default options for exposed filters.
views_handler_filter::build_group_submit function handlers/views_handler_filter.inc Save new group items, re-enumerates and remove groups marked to delete.
views_handler_filter::build_group_validate function handlers/views_handler_filter.inc Validate the build group options form.
views_handler_filter::can_build_group function handlers/views_handler_filter.inc Determine if a filter can be converted into a group.
views_handler_filter::show_build_group_button function handlers/views_handler_filter.inc Shortcut to display the build_group/hide button.
views_handler_filter::show_build_group_form function handlers/views_handler_filter.inc Shortcut to display the exposed options form.
views_handler_filter_date::build_group_validate function handlers/views_handler_filter_date.inc Validate the build group options form.
views_join::build_join function includes/handlers.inc Build the SQL for the join this object represents.
views_join_subquery::build_join function includes/handlers.inc Build the SQL for the join this object represents.
views_plugin_query::build function plugins/views_plugin_query.inc Builds the necessary info to execute the query.
views_plugin_query_default::build function plugins/views_plugin_query_default.inc Builds the necessary info to execute the query.
views_plugin_query_default::build_condition function plugins/views_plugin_query_default.inc Construct the "WHERE" or "HAVING" part of the query.
views_plugin_style::build_sort function plugins/views_plugin_style.inc Called by the view builder to see if this style handler wants to
interfere with the sorts. If so it should build; if it returns
any non-TRUE value, normal sorting will NOT be added to the query.
views_plugin_style::build_sort_post function plugins/views_plugin_style.inc Called by the view builder to let the style build a second set of
sorts that will come after any other sorts in the view.
views_plugin_style_table::build_sort function plugins/views_plugin_style_table.inc Determine if we should provide sorting based upon $_GET inputs.
views_plugin_style_table::build_sort_post function plugins/views_plugin_style_table.inc Add our actual sort criteria.
views_ui::list_build_row function plugins/export_ui/views_ui.class.php Build a row based on the item.
views_ui_build_form_state function includes/admin.inc Build up a $form_state object suitable for use with drupal_build_form
based on known information about a form.
views_ui_build_form_url function includes/admin.inc Create the URL for one of our standard AJAX forms based upon known
information about the form.
views_ui_build_identifier function includes/admin.inc Build a form identifier that we can use to see if one form
is the same as another. Since the arguments differ slightly
we do a lot of spiffy concatenation here.
views_ui_build_preview function includes/admin.inc
views_ui_config_item_form_build_group function includes/admin.inc Override handler for views_ui_edit_display_form.
views_ui_edit_form_get_build_from_option function includes/admin.inc Build a renderable array representing one option on the edit form.
_views_fetch_data_build function includes/cache.inc Build and set the views data cache if empty.