Skip to main content
backdrop Documentation
Documentation and API source code for Backdrop CMS.
  • Welcome!
    • Login

Search for add

  1. Home »
  2. API reference »
  3. 1.x
Name Type Location Description
SearchQuery::addScore function core/modules/search/search.extender.inc Adds a custom score expression to the search query.
ajax_example_add_more function modules/examples/ajax_example/ajax_example_graceful_degradation.inc Form with 'add more' and 'remove' buttons.
layout_block_add_page function core/modules/layout/layout.admin.inc Menu callback; Display a list of blocks to be added to a layout.
_system_info_add_path function core/modules/system/system.module Prefixes all values in an .info file array with a given path.
field_test_entity_add function core/modules/field/tests/field_test/field_test.entity.inc Menu callback: displays the 'Add new test_entity' form.
SelectQuery::addField function core/includes/database/select.inc Adds a field to the list to be SELECTed.
field_add_more_submit function core/modules/field/field.form.inc Submit handler for the "Add another" button of a field form.
drupal_add_http_header function core/includes/drupal.inc Sets an HTTP response header for the current page.
file_add_form_validate function core/modules/file/file.pages.inc Validation handler for file_add_form().
backdrop_add_tabledrag function core/includes/common.inc Assists in adding the tableDrag JavaScript behavior to a themed table.
ArchiverInterface::add function core/includes/archiver.inc Adds the specified file or directory to the archive.
Archive_Tar::addModify function core/modules/system/system.tar.inc This method add the files / directories listed in $p_filelist at the end of the existing archive. If the archive does not yet exists it is created. The $p_filelist parameter can be an array of string, each string representing a filename or a directory…
Archive_Tar::addString function core/modules/system/system.tar.inc This method add a single string as a file at the end of the existing archive. If the archive does not yet exists it is created.
DiffOpAdd::__construct function core/includes/diff.inc
views_ui_add_admin_css function core/modules/views_ui/views_ui.admin.inc Adds standard Views administration CSS to the current page.
backdrop_add_html_head function core/includes/common.inc Adds output to the HEAD tag of the HTML page.
views_ui_add_item_form function core/modules/views_ui/views_ui.admin.inc Form to add_item items in the views UI.
Archive_Tar::_addString function core/modules/system/system.tar.inc
_book_add_form_elements function core/modules/book/book.module Builds the common elements of the book form for the node and outline forms.
layout_context_add_form function core/modules/layout/layout.context.admin.inc Form callback; Displays form for adding new contexts to a layout.
language_admin_add_form function core/modules/language/language.admin.inc User interface for the language addition screen.
Database::loadDriverFile function core/includes/database/database.inc Load a file for the database that might hold a class.
backdrop_add_http_header function core/includes/bootstrap.inc Sets an HTTP response header for the current page.
entity_example_basic_add function modules/examples/entity_example/entity_example.module Provides a wrapper on the edit form to add a new entity.
system_add_module_assets function core/modules/system/system.module Adds CSS and JavaScript files declared in module .info files.
image_add_svg_attributes function core/includes/image.inc Add attributes to an SVG string.
SelectQuery::addMetaData function core/includes/database/select.inc
DatabaseSchema::addField function core/includes/database/schema.inc Add a new field to a table.
EntityFieldQuery::addTag function core/modules/entity/entity.query.inc Adds a tag to the query.
DatabaseSchema::addIndex function core/includes/database/schema.inc Add an index.
database_example_form_add function modules/examples/database_example/database_example.module Prepares a simple form to add an entry, with all the interesting fields.
render_example_add_suffix function modules/examples/render_example/render_example.module A '#pre_render' function.
render_example_add_prefix function modules/examples/render_example/render_example.module A '#post_render' function to add a little markup onto the end markup.
drupal_add_html_head_link function core/includes/drupal.inc Adds a LINK tag with a distinct 'rel' attribute to the page's HEAD.
layout_condition_add_form function core/modules/layout/layout.admin.inc Form callback; Displays form for adding new conditions to a layout or block.
views_ui_add_ajax_trigger function core/modules/views_ui/views_ui.admin.inc Converts a form element in the add view wizard to be AJAX-enabled.
views_ui_add_ajax_wrapper function core/modules/views_ui/views_ui.admin.inc After-build function that adds a wrapper to a form region (for AJAX refreshes).
MenuTestCase::addMenuLink function core/modules/menu/tests/menu.test Add a menu link using the menu module UI.
views_ui_add_microweights function core/modules/views_ui/views_ui.admin.inc Recursively adds microweights to a render array, similar to what form_builder() does for forms.
redirect_add_redirect_page function core/modules/redirect/redirect.admin.inc Page callback; Redirect to the form for creating a redirect.
views_add_contextual_links function core/modules/views/views.module Adds contextual links associated with a view display to a renderable array.
BootstrapIPAddressTestCase class core/modules/simpletest/tests/bootstrap.test
views_ajax_command_add_tab function core/modules/views/includes/ajax.inc Creates a Backdrop AJAX 'addTab' command.
SelectQuery::addExpression function core/includes/database/select.inc Adds an expression to the list of "fields" to be selected.
views_ui_add_form_to_stack function core/modules/views_ui/views_ui.admin.inc Add another form to the stack; clicking 'apply' will go to this form rather than closing the ajax popup.
backdrop_add_html_head_link function core/includes/common.inc Adds a LINK tag with a distinct 'rel' attribute to the page's HEAD.
file_add_upload_step_scheme function core/modules/file/file.pages.inc Generate form fields for the third step in the add file wizard.
file_add_upload_step_fields function core/modules/file/file.pages.inc Generate form fields for the fourth step in the add file wizard.
comment_node_page_additions function core/modules/comment/comment.module Builds the comment-related elements for node detail pages.
block_add_block_form_submit function core/modules/block/block.admin.inc Form submission handler for block_add_block_form().

Pages

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

Directory

  • Getting started
    • Installing
    • Updates vs upgrades
    • Hosting/deploying
  • Upgrading from Drupal
    • Introduction
    • Upgrade overview
    • Converting Drupal code
  • User guide
    • Quick start guide
    • Using Backdrop
  • Add-On Documentation
  • Developing for Backdrop
    • Developing modules
    • Developing themes
    • Developing layouts
    • Using libraries
    • Local development
    • Writing secure code
    • Using JavaScript
  • Contributors guide
    • Contribute to Backdrop core
      • How to use the core issue queue
      • Adding labels to issues
      • Adding milestones to issues
    • Contribute Backdrop add-ons
    • Contribute to documentation
  • Developer API
    • Topics
    • Functions
    • Classes
    • Files
    • Globals
    • Icon API
    • Database API
    • Theme functions
    • Form API reference
  • Appendix/reference
    • Change records
    • Glossary
    • Coding & documentation standards
    • Contrib permissions policy

Stay connected

Sign up for our newsletter

Powered by Backdrop CMS

Footer Menu

  • documentation
  • localization
  • events
  • forum
  • backdropcms.org