background preloader

Drupal

Facebook Twitter

Sous le capot de Drupal 8 | Flocon de toile. 6 - Adding an auto-complete field to a custom module form. Current community your communities Sign up or log in to customize your list. more stack exchange communities Stack Exchange sign up log in tour help Drupal Answers Ask Question Take the 2-minute tour × Drupal Answers is a question and answer site for Drupal developers and administrators. Adding an auto-complete field to a custom module form 1 Answer active oldest votes Your Answer Sign up or log in Sign up using Google Sign up using Facebook Sign up using Stack Exchange Post as a guest discard By posting your answer, you agree to the privacy policy and terms of service. Not the answer you're looking for? Related Autocomplete on “Unlimited” text field? Getting data from a form field using JavaScript in Drupal6 Entity Reference auto complete user name with different field form auto complete how to restrict results by previous drop down Ajax wrapper replacement on a field widget form Using ajax to filter drupal autocomplete form in private message: also match last names in auto-complete of To-field question feed.

Database API. Last updated September 30, 2015. Created on September 18, 2008.Edited by jhodgdon, joachim, chaugi, Heine. Log in to edit this page. The Drupal 7 Database API provides a standard, vendor-agnostic abstraction layer for accessing database servers. The API is designed to preserve the syntax and power of SQL as much as possible, but also: In Drupal 8, the API is pretty much the same, but you should almost never be making database calls directly unless you are developing core APIs.

To support multiple database servers easily; to allow developers to leverage more complex functionality, such as transactions; to provide a structured interface for the dynamic construction of queries; to enforce security checks and other good practices; to provide modules with a clean interface for intercepting and modifying a site's queries. The main Database API documentation is derived directly from comments in the code. Looking for support? Form API Reference. API reference | DrupalContrib. Documentation.

API reference | api.drupalcommerce.org.