Namesort iconLocationDescription
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 output of HTML forms and form elements.
Formattingdrupal/ includes/ common.incFunctions to format numbers, strings, dates, etc.
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.moduleThe node access system determines who can do what to which nodes.
Search interfacedrupal/ modules/ 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.