NameLocationDescription
Actionsdrupal-7/includes/actions.incFunctions that perform an action on a certain system object.
aggregator.module handlerscontrib-7/views/modules/aggregator.views.incIncludes the core 'aggregator_feed,' 'aggregator_category,' and 'aggregator_item' tables.
AJAX Degradation Examplescontrib-7/examples/ajax_example/ajax_example_graceful_degradation.incThese examples show AJAX with graceful degradation when Javascript is not available.
AJAX Examplescontrib-7/examples/ajax_example/ajax_example.moduleThese examples show basic AJAX concepts.
AJAX frameworkdrupal-7/includes/ajax.incDrupal's AJAX framework is used to dynamically update parts of a page's HTML based on data from the server. Upon a specified event, such as a button click, a callback function is triggered which performs server-side logic and may return...
AJAX framework commandsdrupal-7/includes/ajax.inc
Authorized operationsdrupal-7/modules/system/system.moduleFunctions to run operations with elevated privileges via authorize.php.
Automatic interface translation importdrupal-7/includes/locale.inc
Batch operationsdrupal-7/includes/form.incFunctions allowing forms processing to be spread out over several page requests, thus ensuring that the processing does not get interrupted because of a PHP timeout, while allowing the user to receive feedback on the progress of the ongoing operations.
book.module handlerscontrib-7/views/modules/book.views.inc
Code registrydrupal-7/includes/registry.incThe code registry engine.
comment.module handlerscontrib-7/views/modules/comment.views.incIncludes the tables 'comments' and 'node_comment_statistics'
Database abstraction layerdrupal-7/includes/database/database.incAllow the use of different database servers using the same code base.
Database Examplescontrib-7/examples/dbtng_example/dbtng_example.moduleThese examples show basic database examples, including DBTNG.
Default theme implementationsdrupal-7/modules/system/theme.api.phpFunctions and templates that present output to the user, and can be implemented by themes.
Domain Access: A domain-based access control systemcontrib-7/domain/domain.moduleThe core Domain Access module.
Domain Alias: Advanced domain matchingcontrib-7/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 extensioncontrib-7/domain/domain_conf/domain_conf.moduleFunctions for the Domain Conf module.
Domain Content : administer nodes for affiliate sitescontrib-7/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 functionscontrib-7/domain/API.phpCore hooks for the Domain module suite.
Domain Navigation: navigation block and menu optionscontrib-7/domain/domain_nav/domain_nav.moduleConfigurable navigation and block based on active domains.
Domain Settings : expanded site configuration options for Domain Accesscontrib-7/domain/domain_settings/domain_settings.moduleMakes standard system settings forms domain-sensitive.
Domain Source: editor-defined links.contrib-7/domain/domain_source/domain_source.moduleCreates a canonical source domain for linking to content from other domains.
Domain Strict: strict access controlcontrib-7/domain/domain_strict/domain_strict.moduleForces users to be assigned to a domain in order to view content on that domain.
Domain Theme: manage themescontrib-7/domain/domain_theme/domain_theme.moduleSwitch themes based on active domain.
Example batch definitionscontrib-7/examples/batch_example/batch_example.moduleDefinitions of the batches used in this module.
Examples: Form Examplescontrib-7/examples/form_example/form_example.moduleThe Form Example module is a part of the Examples for Developers Project and provides various Drupal Form API Examples. You can download and experiment with this code at the Examples for Developers project page.
Field APIdrupal-7/modules/field/field.moduleAttach custom data fields to Drupal entities.
Field API bulk data deletiondrupal-7/modules/field/field.crud.incClean up after Field API bulk deletion operations.
Field API data structuresdrupal-7/modules/field/field.crud.incRepresent Field API fields and instances.
Field Attach APIdrupal-7/modules/field/field.attach.incOperate on Field API data attached to Drupal entities.
Field CRUD APIdrupal-7/modules/field/field.crud.incCreate, update, and delete Field API fields, bundles, and instances.
Field Info APIdrupal-7/modules/field/field.info.incObtain information about Field API configuration.
Field Storage APIdrupal-7/modules/field/field.attach.incImplement a storage engine for Field API data.
Field Types APIdrupal-7/modules/field/field.api.phpDefine field types, widget types, display formatter types, storage types.
field.module handlerscontrib-7/views/modules/field.views.inc
File interfacedrupal-7/includes/file.incCommon file handling functions.
File module public API functionsdrupal-7/modules/file/file.moduleThese functions may be used to determine if and where a file is in use.
filter.module handlerscontrib-7/views/modules/filter.views.incOnly includes the table 'filter_formats'.
Form builder functionsdrupal-7/includes/form.incFunctions that build an abstract representation of a HTML form.
Form generationdrupal-7/includes/form.incFunctions to enable the processing and display of HTML forms.
Formattingdrupal-7/includes/common.incFunctions to format numbers, strings, dates, etc.
Functions to coordinate long-running operations across requests.drupal-7/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...
Grammar parser builder functionscontrib-7/grammar_parser/engine/grammar_parser.reader.inc*
Grammar parser helper functionscontrib-7/grammar_parser/engine/grammar_parser.reader.inc*
Handlers for argumentscontrib-7/views/handlers/views_handler_argument.inc
Hook implementations for user-created content types.drupal-7/modules/node/node.module
Hooksdrupal-7/includes/module.incAllow modules to interact with the Drupal core.
Image toolkitsdrupal-7/includes/image.incDrupal's image toolkits provide an abstraction layer for common image file manipulations like scaling, cropping, and rotating. The abstraction frees module authors from the need to support multiple image libraries, and it allows site...
indexing Taxonomy functions maintaining {taxonomy_index}.drupal-7/modules/taxonomy/taxonomy.moduleTaxonomy uses default field storage to store canonical relationships between terms and fieldable entities. However its most common use case requires listing all content associated with a term or group of terms sorted by creation date. To avoid slow...