| 5/ modules/ system/ system.install | @todo Start this series of updates at 2000. |
| Core Drupal hooks | contributions/ module_builder/ module_builder.module | |
| Core Drupal hooks | contributions/ project/ release/ project_release.module | |
| Database abstraction layer | 5/ includes/ database.inc | Allow the use of different database servers using the same code base. |
| Digital Asset management | contributions/ asset/ asset.module | This module aims to provide a single, common interface for managing and
using all manner of digital assets within Drupal. This is done by providing
several hooks that can be implemented by other contrib modules to implement
Methods for creating... |
| Domain Access: A subdomain-based access control system | contributions/ domain/ domain.module | The core Domain Access module. |
| Domain Conf: configuration extension | contributions/ domain/ domain_conf/ domain_conf.module | Functions for the Domain Conf module. |
| Domain Content : administer nodes for affiliate sites | contributions/ domain/ domain_content/ domain_content.module | Allows for the batch editing of select node settings. Refactors the default content
editng screen to show content only from selected domains. |
| Domain hook functions | contributions/ domain/ API.php | Core hooks for the Domain module suite. |
| Domain Navigation: navigation block and menu options | contributions/ domain/ domain_nav/ domain_nav.module | Configurable navigation and block based on active domains. |
| Domain Prefix: dynamic table prefixing | contributions/ domain/ domain_prefix/ domain_prefix.module | Allows for the dynamic table prefixing of selected database tables. |
| Domain Source: editor-defined links. | contributions/ domain/ domain_source/ domain_source.module | Creates a source domain for linking to content from other domains. |
| Domain Strict: strict access control | contributions/ domain/ domain_strict/ domain_strict.module | Forces users to be assigned to a domain in order to view content on that domain. |
| Domain Theme: manage themes | contributions/ domain/ domain_theme/ domain_theme.module | Switch themes based on active domain. |
| Domain User: personal subdomains | contributions/ domain/ domain_user/ domain_user.module | Creates unique subdomains for registered users. |
| Domain Views: provides a views filter | contributions/ domain/ domain_views/ domain_views.module | Creates unique subdomains for registered users. |
| Drupal node-type related hooks | contributions/ project/ release/ project_release.module | |
| File interface | 5/ includes/ file.inc | Common file handling functions. |
| Form API hooks | contributions/ project/ release/ project_release.module | |
| Form generation | 5/ includes/ form.inc | Functions to enable the processing and display of HTML forms. |
| Formatting | 5/ includes/ common.inc | Functions to format numbers, strings, dates, etc. |
| Functions which are the menu callbacks for this module | contributions/ module_builder/ module_builder.module | |
| Hook implementations for user-created content types. | 5/ modules/ node/ node.module | |
| Hooks | 5/ includes/ module.inc | Allow modules to interact with the Drupal core. |
| Implementation of content type relation API | contributions/ nodefamily/ nodefamily.module | |
| Implementation of node - node relation API | contributions/ nodefamily/ nodefamily.module | |
| Input validation | 5/ includes/ common.inc | Functions to validate user input. |
| Internal module functions | contributions/ project/ release/ project_release.module | |
| Menu callback functions | contributions/ project/ release/ project_release.module | |
| Menu system | 5/ includes/ menu.inc | Define the navigation menus, and route page requests to code based on URLs. |
| Node access rights | 5/ modules/ node/ node.module | The node access system determines who can do what to which nodes. |
| Node API hooks | contributions/ project/ release/ project_release.module | |
| Pathauto: Automatically generates aliases for content | contributions/ pathauto/ pathauto.module | The 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... |
| Project Issue number to link filter. | contributions/ project_issue/ project_issue.module | |
| Project release functions that other | contributions/ project/ release/ project_release.module | modules might want to use |
| Search interface | 5/ modules/ search/ search.module | The Drupal search interface manages a global search mechanism. |
| Themeable functions | 5/ includes/ theme.inc | Functions that display HTML, and which can be customized by themes. |