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.
Pathauto: Automatically generates aliases for contentcontributions/ modules/ pathauto/ pathauto.moduleThe Pathauto module automatically generates path aliases for various kinds of content (nodes, categories, users) without requiring the user to manually specify the path alias. This allows you to get aliases like /category/my-node-title.html instead of...
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.
XML Sitemapcontributions/ modules/ xmlsitemap/ docs/ xmlsitemap.phpNotify search engines of site updates.