Namesort iconLocationDescription
drupal/ includes/ locale.inc
Batch operationsdrupal/ includes/ form.incFunctions 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.
Code registrydrupal/ includes/ registry.incThe code registry engine.
Database abstraction layerdrupal/ includes/ database/ database.incAllow the use of different database servers using the same code base.
Default theme implementationsdrupal/ includes/ theme.incFunctions and templates that present output to the user, and can be implemented by themes.
Example batch definitionscontributions/ docs/ developer/ examples/ batch_example.moduleDefinitions of the batches used in this module.
File interfacedrupal/ includes/ file.incCommon file handling functions.
Form builder functionsdrupal/ includes/ form.incFunctions that build an abstract representation of a HTML form.
Form generationdrupal/ includes/ form.incFunctions to enable the processing and display of HTML forms.
Formattingdrupal/ includes/ common.incFunctions to format numbers, strings, dates, etc.
Hook implementations for user-created content types.drupal/ modules/ node/ node.module
Hooksdrupal/ includes/ module.incAllow modules to interact with the Drupal core.
Image toolkitsdrupal/ includes/ image.incDrupal'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 validationdrupal/ includes/ common.incFunctions to validate user input.
Menu systemdrupal/ includes/ menu.incDefine the navigation menus, and route page requests to code based on URLs.
Node access rightsdrupal/ modules/ node/ node.moduleThe node access system determines who can do what to which nodes.
Schema APIdrupal/ includes/ database/ schema.incA 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 interfacedrupal/ modules/ search/ search.moduleThe Drupal search interface manages a global search mechanism.