| Access control | contributions/flag/flag.inc | * |
| Actions | drupal/includes/actions.inc | Functions that perform an action on a certain system object. |
| aggregator.module handlers | contributions/views/modules/aggregator.views.inc | Includes the core 'aggregator_feed,' 'aggregator_category,' and 'aggregator_item'
tables. |
| Alter or add to the administration menu. | contributions/acquia_connector/acquia_agent/acquia_agent.module | The admin_menu module is enabled by default - we alter it to add our icon and
subscription information. |
| Automatic interface translation import | drupal/includes/locale.inc | |
| Batch functions | contributions/feeds/feeds.module | |
| book.module handlers | contributions/views/modules/book.views.inc | |
| Command dispatching functions. | contributions/drush/includes/drush.inc | These functions manage parameter and option manipulation
for calls to drush backend invoke. |
| Command line interface for Provision. | contributions/provision/provision.drush.inc | |
| comment.module handlers | contributions/views/modules/comment.views.inc | Includes the tables 'comments' and 'node_comment_statistics' |
| Core Drupal hooks | contributions/module_builder/module_builder.module | |
| Core drupal hooks | contributions/event/event.module | |
| Core drupal hooks | contributions/logintoboggan/logintoboggan.module | |
| CRUD functions for export. | contributions/ctools/includes/export.inc | export.inc supports a small number of CRUD functions that should always
work for every exportable object, no matter how complicated. These
functions allow complex objects to provide their own callbacks, but
in most cases, the default callbacks will be… |
| Database abstraction layer | drupal/includes/database.inc | Allow the use of different database servers using the same code base. |
| Default theme implementations | drupal/includes/theme.inc | Functions and templates that present output to the user, and can be
implemented by themes. |
| Domain Access: A domain-based access control system | contributions/domain/domain.module | The core Domain Access module. |
| Domain Alias: Advanced domain matching | contributions/domain/domain_alias/domain_alias.module | Allows domain aliases and domain name patterns for domain
entries so multiple hostnames are matched on one single domain entry. |
| 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 | Views integration for Domain Access. |
| Extended language API | contributions/i18n/i18n.module | This is an extended language API to be used by modules in i18n package. |
| Extra system updates for 5.x | drupal/modules/system/system.install | |
| Extra system updates for 6.x | drupal/modules/system/system.install | |
| File interface | drupal/includes/file.inc | Common file handling functions. |
| filter.module handlers | contributions/views/modules/filter.views.inc | Only includes the table 'filter_formats'. |
| Form builder functions | drupal/includes/form.inc | Functions that build an abstract representation of a HTML form. |
| Form generation | drupal/includes/form.inc | Functions to enable the processing and display of HTML forms. |
| Formatting | drupal/includes/common.inc | Functions to format numbers, strings, dates, etc. |
| Functions comprising the main panels API | contributions/panels/panels.module | |
| Functions for event blocks. | contributions/event/event.module | |
| Functions for LoginToboggan blocks. | contributions/logintoboggan/logintoboggan.module | |
| Functions for nodeapi integration | contributions/event/event.module | |
| Functions for panels ajax features | contributions/panels/includes/display-edit.inc | |
| Functions that support the event system | contributions/event/event.module | |
| Functions to coordinate long-running operations across requests. | drupal/includes/lock.inc | In most environments, multiple Drupal page requests (a.k.a. threads or
processes) will execute in parallel. This leads to potential conflicts or
race conditions when two requests execute the same code at the same time. A
common example of this is a… |
| Functions which are the menu callbacks for this module | contributions/module_builder/includes/module_builder.pages.inc | |
| Functions which are the menu callbacks for this module | contributions/event/event.module | |
| Functions which handle the display of event nodes | contributions/event/event.module | |
| Funtions for loading libraries | contributions/feeds/feeds.module | |
| Handlers for arguments | contributions/views/handlers/views_handler_argument.inc | |
| Hook and callback implementations | contributions/feeds/feeds.module | |
| Hook implementations for user-created content types. | drupal/modules/node/node.module | |