API reference
Topics
| Nome | Percorso | Descrizione |
|---|---|---|
| Automatic interface translation import | includes/locale.inc | |
| Batch operations | includes/form.inc | Functions allowing forms processing to be spread out over several page requests, thus ensuring that the processing does not get interrupted because of a PHP timeout, while allowing the user to receive feedback on the progress of the ongoing operations. |
| Database abstraction layer | includes/database.inc | Allow the use of different database servers using the same code base. |
| Default theme implementations | includes/theme.inc | Functions and templates that present output to the user, and can be implemented by themes. |
| Extra database logging updates for 6.x | modules/dblog/dblog.install | |
| Extra system updates for 5.x | modules/system/system.install | |
| File interface | includes/file.inc | Common file handling functions. |
| Form builder functions | includes/form.inc | Functions that build an abstract representation of a HTML form. |
| Form generation | includes/form.inc | Functions to enable the processing and display of HTML forms. |
| Formatting | includes/common.inc | Functions to format numbers, strings, dates, etc. |
| Functions to coordinate long-running operations across requests. | includes/lock.inc | In most environments, multiple Drupal page requests (a.k.a. threads or processes) will execute in parallel. This leads to potential conflicts or race conditions when two requests execute the same code at the same time. A common example of this is a... |
| Hook implementations for user-created content types. | modules/node/node.module | |
| Hooks | includes/module.inc | Allow modules to interact with the Drupal core. |
| Image toolkits | includes/image.inc | Drupal's image toolkits provide an abstraction layer for common image file manipulations like scaling, cropping, and rotating. The abstraction frees module authors from the need to support multiple image libraries, and it allows site... |
| Input validation | includes/common.inc | Functions to validate user input. |
| Language addition and editing functionality | includes/locale.inc | |
| Language addition API. | includes/locale.inc | |
| Language deletion functionality | includes/locale.inc | |
| Language negotiation options screen | includes/locale.inc | |
| Language overview functionality | includes/locale.inc | |
| List of predefined languages | includes/locale.inc | |
| Locale updates from 5.x to 6.x | modules/locale/locale.install | |
| Menu system | includes/menu.inc | Define the navigation menus, and route page requests to code based on URLs. |
| Node access rights | modules/node/node.module | The node access system determines who can do what to which nodes. |
| Private update status cache system | modules/update/update.module | We specifically do NOT use the core cache API for saving the fetched data about available updates. It is vitally important that this cache is only cleared when we're populating it after successfully fetching new available update data. Usage of... |
| Schema API | includes/database.inc | A Drupal schema definition is an array structure representing one or more tables and their related keys and indexes. A schema is defined by hook_schema(), which usually lives in a modulename.install file. |
| Search interface | modules/search/search.module | The Drupal search interface manages a global search mechanism. |
| String search functions. | includes/locale.inc | |
| Translation (template) export API. | includes/locale.inc | |
| Translation delete interface. | includes/locale.inc | |
| Translation export screen. | includes/locale.inc | |
| Translation import API. | includes/locale.inc | |
| Translation import screen. | includes/locale.inc | |
| Translation overview screen. | includes/locale.inc | |
| Translation search screen. | includes/locale.inc | |
| Translation text editing | includes/locale.inc |
Files
Globals
Constants
Functions
API Search
A main page for this branch has not been indexed. A documentation comment with @mainpage {title} needs to exist, or has not been indexed yet. For Drupal core, this is available in the developer documentation in the contributions repository.
