Topics

Namesort iconLocationDescription
drupal/ modules/ system/ system.install@todo Start this series of updates at 2000.
Database abstraction layerdrupal/ includes/ database.incAllow the use of different database servers using the same code base.
File interfacedrupal/ includes/ file.incCommon file handling functions.
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.
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.
Search interfacedrupal/ modules/ search/ search.moduleThe Drupal search interface manages a global search mechanism.
Themeable functionsdrupal/ includes/ theme.incFunctions that display HTML, and which can be customized by themes.