Search for build
Title | Object type | File name | Summary |
---|---|---|---|
hook_views_post_build | function | ./ |
This hook is called right after the build process. |
hook_views_pre_build | function | ./ |
Called after the display's pre_execute phase but before the build process. |
theme_views_ui_build_group_filter_form | function | includes/ |
Theme the build group filter form. |
view::$build_info | property | includes/ |
|
view::build | function | includes/ |
Build the query for the view. |
view::build_title | function | includes/ |
Force the view to build a title. |
view::_build | function | includes/ |
Internal method to build an individual set of handlers. |
view::_build_arguments | function | includes/ |
Build all the arguments. |
ViewsUiBaseViewsWizard::build_display_options | function | plugins/ |
Build an array of display options for the view. |
ViewsUiBaseViewsWizard::build_filters | function | plugins/ |
Build the part of the form that allows the user to select the filters. |
ViewsUiBaseViewsWizard::build_form | function | plugins/ |
For AJAX callbacks to build other elements in the "show" form. |
ViewsUiBaseViewsWizard::build_form_style | function | plugins/ |
Build the part of the form that builds the display format options. |
ViewsUiBaseViewsWizard::build_sorts | function | plugins/ |
Build the part of the form that allows the user to select the sort order. |
ViewsUiCommentViewsWizard::build_form_style | function | plugins/ |
Build the part of the form that builds the display format options. |
ViewsUiNodeViewsWizard::build_form_style | function | plugins/ |
Build the part of the form that builds the display format options. |
ViewsWizardInterface::build_form | function | plugins/ |
For AJAX callbacks to build other elements in the "show" form. |
views_handler_filter::build_group_form | function | handlers/ |
Build the form to let users create the group of exposed filters. |
views_handler_filter::build_group_options | function | handlers/ |
Provide default options for exposed filters. |
views_handler_filter::build_group_submit | function | handlers/ |
Save new group items, re-enumerates and remove groups marked to delete. |
views_handler_filter::build_group_validate | function | handlers/ |
Validate the build group options form. |
views_handler_filter::can_build_group | function | handlers/ |
Determine if a filter can be converted into a group. |
views_handler_filter::show_build_group_button | function | handlers/ |
Shortcut to display the build_group/hide button. |
views_handler_filter::show_build_group_form | function | handlers/ |
Shortcut to display the exposed options form. |
views_handler_filter_date::build_group_validate | function | handlers/ |
Validate the build group options form. |
views_join::build_join | function | includes/ |
Build the SQL for the join this object represents. |
views_join_subquery::build_join | function | includes/ |
Build the SQL for the join this object represents. |
views_plugin_query::build | function | plugins/ |
Builds the necessary info to execute the query. |
views_plugin_query_default::build | function | plugins/ |
Builds the necessary info to execute the query. |
views_plugin_query_default::build_condition | function | plugins/ |
Construct the "WHERE" or "HAVING" part of the query. |
views_plugin_style::build_sort | function | plugins/ |
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/ |
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/ |
Determine if we should provide sorting based upon $_GET inputs. |
views_plugin_style_table::build_sort_post | function | plugins/ |
Add our actual sort criteria. |
views_ui::list_build_row | function | plugins/ |
Build a row based on the item. |
views_ui_build_form_state | function | includes/ |
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/ |
Create the URL for one of our standard AJAX forms based upon known information about the form. |
views_ui_build_identifier | function | includes/ |
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/ |
|
views_ui_config_item_form_build_group | function | includes/ |
Override handler for views_ui_edit_display_form. |
views_ui_edit_form_get_build_from_option | function | includes/ |
Build a renderable array representing one option on the edit form. |
_views_fetch_data_build | function | includes/ |
Build and set the views data cache if empty. |