Search for build

  1. Search 7.x-3.x for build
  2. Other projects
Title Object type File name Summary
drupal_build_form function ./views.module Views' replacement for drupal_get_form so that we can do more with
less.
drupal_rebuild_form_new function includes/form.inc Views' replacement of drupal_rebuild_form.
hook_views_post_build function docs/docs.php This hook is called right after the build process. The query is
now fully built, but it has not yet been run through db_rewrite_sql.
hook_views_pre_build function docs/docs.php This hook is called right before the build process, but after displays
are attached and the display performs its pre_execute phase.
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.
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_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_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 concenation here.
_drupal_build_form function includes/form.inc @file form.inc
Views' replacements for Drupal's form functions.