Topics

NameLocationDescription
Access controlcontributions/flag/flag.inc*
Actionsdrupal/includes/actions.incFunctions that perform an action on a certain system object.
aggregator.module handlerscontributions/views/modules/aggregator.views.incIncludes the core 'aggregator_feed,' 'aggregator_category,' and 'aggregator_item' tables.
Alter or add to the administration menu.contributions/acquia_connector/acquia_agent/acquia_agent.moduleThe admin_menu module is enabled by default - we alter it to add our icon and subscription information.
Automatic interface translation importdrupal/includes/locale.inc
Batch functionscontributions/feeds/feeds.module
book.module handlerscontributions/views/modules/book.views.inc
Command dispatching functions.contributions/drush/includes/drush.incThese functions manage parameter and option manipulation for calls to drush backend invoke.
Command line interface for Provision.contributions/provision/provision.drush.inc
comment.module handlerscontributions/views/modules/comment.views.incIncludes the tables 'comments' and 'node_comment_statistics'
Core Drupal hookscontributions/module_builder/module_builder.module
Core drupal hookscontributions/event/event.module
Core drupal hookscontributions/logintoboggan/logintoboggan.module
CRUD functions for export.contributions/ctools/includes/export.incexport.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 layerdrupal/includes/database.incAllow the use of different database servers using the same code base.
Default theme implementationsdrupal/includes/theme.incFunctions and templates that present output to the user, and can be implemented by themes.
Domain Access: A domain-based access control systemcontributions/domain/domain.moduleThe core Domain Access module.
Domain Alias: Advanced domain matchingcontributions/domain/domain_alias/domain_alias.moduleAllows domain aliases and domain name patterns for domain entries so multiple hostnames are matched on one single domain entry.
Domain Conf: configuration extensioncontributions/domain/domain_conf/domain_conf.moduleFunctions for the Domain Conf module.
Domain Content : administer nodes for affiliate sitescontributions/domain/domain_content/domain_content.moduleAllows for the batch editing of select node settings. Refactors the default content editng screen to show content only from selected domains.
Domain hook functionscontributions/domain/API.phpCore hooks for the Domain module suite.
Domain Navigation: navigation block and menu optionscontributions/domain/domain_nav/domain_nav.moduleConfigurable navigation and block based on active domains.
Domain Prefix: dynamic table prefixingcontributions/domain/domain_prefix/domain_prefix.moduleAllows for the dynamic table prefixing of selected database tables.
Domain Source: editor-defined links.contributions/domain/domain_source/domain_source.moduleCreates a source domain for linking to content from other domains.
Domain Strict: strict access controlcontributions/domain/domain_strict/domain_strict.moduleForces users to be assigned to a domain in order to view content on that domain.
Domain Theme: manage themescontributions/domain/domain_theme/domain_theme.moduleSwitch themes based on active domain.
Domain User: personal subdomainscontributions/domain/domain_user/domain_user.moduleCreates unique subdomains for registered users.
Domain Views: provides a views filtercontributions/domain/domain_views/domain_views.moduleViews integration for Domain Access.
Extended language APIcontributions/i18n/i18n.moduleThis is an extended language API to be used by modules in i18n package.
Extra system updates for 5.xdrupal/modules/system/system.install
Extra system updates for 6.xdrupal/modules/system/system.install
File interfacedrupal/includes/file.incCommon file handling functions.
filter.module handlerscontributions/views/modules/filter.views.incOnly includes the table 'filter_formats'.
Form builder functionsdrupal/includes/form.incFunctions that build an abstract representation of a HTML form.
Form generationdrupal/includes/form.incFunctions to enable the processing and display of HTML forms.
Formattingdrupal/includes/common.incFunctions to format numbers, strings, dates, etc.
Functions comprising the main panels APIcontributions/panels/panels.module
Functions for event blocks.contributions/event/event.module
Functions for LoginToboggan blocks.contributions/logintoboggan/logintoboggan.module
Functions for nodeapi integrationcontributions/event/event.module
Functions for panels ajax featurescontributions/panels/includes/display-edit.inc
Functions that support the event systemcontributions/event/event.module
Functions to coordinate long-running operations across requests.drupal/includes/lock.incIn 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 modulecontributions/module_builder/includes/module_builder.pages.inc
Functions which are the menu callbacks for this modulecontributions/event/event.module
Functions which handle the display of event nodescontributions/event/event.module
Funtions for loading librariescontributions/feeds/feeds.module
Handlers for argumentscontributions/views/handlers/views_handler_argument.inc
Hook and callback implementationscontributions/feeds/feeds.module
Hook implementations for user-created content types.drupal/modules/node/node.module