Skip to main content
Silkscreen CMS API
  • Login
  • Home

Search for build

You are here

  1. Home »
  2. API reference »
  3. 1.20.x
Name Type Location Description
ViewsUiBaseViewsWizard::build_form function modules/views_ui/wizards/views_ui_base_views_wizard.php For AJAX callbacks to build other elements in the "show" form.
views_plugin_style::build_sort_post function modules/views/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.
_node_access_rebuild_batch_finished function modules/node/node.module Performs post-processing for node_access_rebuild().
drupal_path_alias_whitelist_rebuild function includes/drupal.inc Rebuild the path alias white list.
ViewsUiBaseViewsWizard::build_sorts function modules/views_ui/wizards/views_ui_base_views_wizard.php Build the part of the form that allows the user to select the view's sort order.
_form_test_tableselect_form_builder function modules/simpletest/tests/form_test.module Build a form to test the tableselect element.
DefaultEntityController::buildQuery function modules/entity/entity.controller.inc Builds the query to load the entity.
FormsArbitraryRebuildTestCase::setUp function modules/simpletest/tests/form.test Sets up a Backdrop site for running functional and integration tests.
path_bulk_update_form_rebuild_submit function modules/path/path.admin.inc Form submit handler for path alias bulk update form.
BackdropWebTestCase::buildXPathQuery function modules/simpletest/backdrop_web_test_case.php Builds an XPath query.
form_test_storage_page_cache_rebuild function modules/simpletest/tests/form_test.module Form submit callback: Rebuild the form and continue.
CommentStorageController::buildQuery function modules/comment/comment.entity.inc Overrides EntityDatabaseStorageController::buildQuery().
form_test_user_register_form_rebuild function modules/simpletest/tests/form_test.module Submit callback that just lets the form rebuild.
_node_access_rebuild_batch_operation function modules/node/node.module Performs batch operation for node_access_rebuild().
views_plugin_style_table::build_sort function modules/views/plugins/views_plugin_style_table.inc Determine if we should provide sorting based upon $_GET inputs
views_handler_filter::can_build_group function modules/views/handlers/views_handler_filter.inc Determine if a filter can be converted into a group. Only exposed filters with operators available can be converted into groups.
ViewsUiBaseViewsWizard::build_filters function modules/views_ui/wizards/views_ui_base_views_wizard.php Build the part of the form that allows the user to select the view's filters.
views_ui_config_item_form_build_group function modules/views_ui/views_ui.admin.inc Override handler for views_ui_edit_display_form
node_configure_rebuild_confirm_submit function modules/node/node.admin.inc Handler for wipe confirmation
theme_views_ui_build_group_filter_form function modules/views_ui/views_ui.theme.inc Theme the build group filter form.
views_handler_filter::build_group_form function modules/views/handlers/views_handler_filter.inc Build the form to let users create the group of exposed filters. This form is displayed when users click on button 'Build group'
DatabaseSchema::buildTableNameCondition function includes/database/schema.inc Build a condition to match a table name against a standard information_schema.
NodeBuildContent::testNodeRebuildContent function modules/node/tests/node.test Ensures that content array is rebuilt on every call to node_build_content().
ViewsUiNodeViewsWizard::build_form_style function modules/views_ui/wizards/views_ui_node_views_wizard.php Build the part of the form that builds the display format options.
views_handler_filter::build_group_submit function modules/views/handlers/views_handler_filter.inc Save new group items, re-enumerates and remove groups marked to delete.
ViewsUiBaseViewsWizard::build_form_style function modules/views_ui/wizards/views_ui_base_views_wizard.php Build the part of the form that builds the display format options.
views_ui_edit_form_get_build_from_option function modules/views_ui/views_ui.admin.inc Build a renderable array representing one option on the configure form.
CommentContentRebuild::testCommentRebuild function modules/comment/tests/comment.test Tests the rebuilding of comment's content arrays on calling comment_view().
AJAXFormPageCacheTestCase::getFormBuildId function modules/simpletest/tests/ajax.test Return the build id of the current form.
views_handler_filter::build_group_options function modules/views/handlers/views_handler_filter.inc Provide default options for exposed filters.
form_test_storage_page_cache_old_build_id function modules/simpletest/tests/form_test.module Form element #after_build callback: output the old form build-id.
views_plugin_style_table::build_sort_post function modules/views/plugins/views_plugin_style_table.inc Add our actual sort criteria
views_handler_filter::build_group_validate function modules/views/handlers/views_handler_filter.inc Validate the build group options form.
form_test_form_rebuild_preserve_values_form function modules/simpletest/tests/form_test.module Form builder for testing preservation of values during a rebuild.
views_plugin_query_default::build_condition function modules/views/plugins/views_plugin_query_default.inc Construct the "WHERE" or "HAVING" part of the query.
views_handler_filter::show_build_group_form function modules/views/handlers/views_handler_filter.inc Shortcut to display the exposed options form.
ViewsUiCommentViewsWizard::build_form_style function modules/views_ui/wizards/views_ui_comment_views_wizard.php Build the part of the form that builds the display format options.
taxonomy_form_term_submit_build_taxonomy_term function modules/taxonomy/taxonomy.admin.inc Updates the form state's term entity by processing this submission's values.
views_handler_filter::show_build_group_button function modules/views/handlers/views_handler_filter.inc Shortcut to display the build_group/hide button.
DatabaseSchema_mysql::buildTableNameCondition function drivers/database_mysql/schema.inc Build a condition to match a table name against a standard information_schema.
ViewsUiBaseViewsWizard::build_display_options function modules/views_ui/wizards/views_ui_base_views_wizard.php Build an array of display options for the view.
MenuRebuildTestCase::testMenuRebuildByVariable function modules/simpletest/tests/menu.test Test if the 'menu_rebuild_needed' variable triggers a menu_rebuild() call.
views_handler_filter_date::build_group_validate function modules/views/handlers/views_handler_filter_date.inc Validate the build group options form.
field_test_entity_form_submit_build_test_entity function modules/field/tests/field_test/field_test.entity.inc Updates the form state's entity by processing this submission's values.
UpdateCoreUnitTestCase::testUpdateBuildFetchUrl function modules/update/tests/update.test Tests that _update_build_fetch_url() builds the URL correctly.
NodeAccessRebuildTestCase::testNodeAccessRebuild function modules/node/tests/node.test Tests rebuilding the node access permissions table.
FormsRebuildTestCase::testRebuildPreservesValues function modules/simpletest/tests/form.test Tests preservation of values.
UserEditRebuildTestCase::testUserEditFormRebuild function modules/user/tests/user.test Test user edit page when the form is set to rebuild.
CommonURLUnitTestCase::testBackdropHttpBuildQuery function modules/simpletest/tests/common.test Test backdrop_http_build_query().
FormsFormStoragePageCacheTestCase::getFormBuildId function modules/simpletest/tests/form.test Return the build id of the current form.

Pages

  • « first
  • ‹ previous
  • 1
  • 2
  • 3
  • 4
  • next ›
  • last »

Search 1.20.x

Partial match search is supported

API Navigation

  • 1.20.x
  • Topics
  • Classes
  • Functions
  • Files
  • Constants
  • Globals
  • Deprecated
Powered by Silkscreen CMS