Primary tabs

Namesort ascending Description
Translation text editing
Translation search screen.
Translation overview screen.
Translation import screen.
Translation import API.
Translation export screen.
Translation delete interface.
Translation (template) export API.
System updates from 5.x to 6.x
String search functions.
Standard filters Filters implemented by the filter.module.
Search interface The Drupal search interface manages a global search mechanism.
Schema API 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.
Private update status cache system 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…
Pager pieces Theme functions for customizing pager elements.
Node access rights The node access system determines who can do what to which nodes.
Menu tree parameters Parameters for a menu tree.
Menu system Define the navigation menus, and route page requests to code based on URLs.
Menu status codes Status codes for menu callbacks.
Menu item types Definitions for various menu item types.
Menu flags Flags for use in the "type" attribute of menu items.
List of predefined languages
Language overview functionality
Language negotiation options screen
Language deletion functionality
Language addition API.
Language addition and editing functionality
Input validation Functions to validate user input.
Image toolkits 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…
HTTP handling Functions to properly handle HTTP responses.
Hooks Allow modules to interact with the Drupal core.
Hook implementations for user-created content types.
Functions to coordinate long-running operations across requests. 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…
Formatting Functions to format numbers, strings, dates, etc.
Form generation Functions to enable the processing and display of HTML forms.
Form builder functions Functions that build an abstract representation of a HTML form.
Filtering functions Functions for interacting with the content filtering system.
File interface Common file handling functions.
Extra system updates for 6.x
Extra system updates for 5.x
Default theme implementations Functions and templates that present output to the user, and can be implemented by themes.
Database abstraction layer Allow the use of different database servers using the same code base.
Content markers Markers used by theme_mark() and node_mark() to designate content.
Batch operations 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.
Automatic interface translation import
Actions Functions that perform an action on a certain system object.

Other projects