| Actions | drupal-7/includes/actions.inc | Functions that perform an action on a certain system object. |
| aggregator.module handlers | contrib-7/views/modules/aggregator.views.inc | Includes the core 'aggregator_feed,' 'aggregator_category,' and 'aggregator_item'
tables. |
| AJAX Degradation Examples | contrib-7/examples/ajax_example/ajax_example_graceful_degradation.inc | These examples show AJAX with graceful degradation when Javascript is not
available. |
| AJAX Examples | contrib-7/examples/ajax_example/ajax_example.module | These examples show basic AJAX concepts. |
| AJAX framework | drupal-7/includes/ajax.inc | Drupal'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 commands | drupal-7/includes/ajax.inc | |
| Authorized operations | drupal-7/modules/system/system.module | Functions to run operations with elevated privileges via authorize.php. |
| Automatic interface translation import | drupal-7/includes/locale.inc | |
| Batch operations | drupal-7/includes/form.inc | Functions 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 handlers | contrib-7/views/modules/book.views.inc | |
| Code registry | drupal-7/includes/registry.inc | The code registry engine. |
| comment.module handlers | contrib-7/views/modules/comment.views.inc | Includes the tables 'comments' and 'node_comment_statistics' |
| Database abstraction layer | drupal-7/includes/database/database.inc | Allow the use of different database servers using the same code base. |
| Database Examples | contrib-7/examples/dbtng_example/dbtng_example.module | These examples show basic database examples, including DBTNG. |
| Default theme implementations | drupal-7/modules/system/theme.api.php | Functions and templates that present output to the user, and can be
implemented by themes. |
| Domain Access: A domain-based access control system | contrib-7/domain/domain.module | The core Domain Access module. |
| Domain Alias: Advanced domain matching | contrib-7/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 | contrib-7/domain/domain_conf/domain_conf.module | Functions for the Domain Conf module. |
| Domain Content : administer nodes for affiliate sites | contrib-7/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 | contrib-7/domain/API.php | Core hooks for the Domain module suite. |
| Domain Navigation: navigation block and menu options | contrib-7/domain/domain_nav/domain_nav.module | Configurable navigation and block based on active domains. |
| Domain Settings : expanded site configuration options for Domain Access | contrib-7/domain/domain_settings/domain_settings.module | Makes standard system settings forms domain-sensitive. |
| Domain Source: editor-defined links. | contrib-7/domain/domain_source/domain_source.module | Creates a canonical source domain for linking to content from other domains. |
| Domain Strict: strict access control | contrib-7/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 | contrib-7/domain/domain_theme/domain_theme.module | Switch themes based on active domain. |
| Example batch definitions | contrib-7/examples/batch_example/batch_example.module | Definitions of the batches used in this module. |
| Examples: Form Examples | contrib-7/examples/form_example/form_example.module | The 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 API | drupal-7/modules/field/field.module | Attach custom data fields to Drupal entities. |
| Field API bulk data deletion | drupal-7/modules/field/field.crud.inc | Clean up after Field API bulk deletion operations. |
| Field API data structures | drupal-7/modules/field/field.crud.inc | Represent Field API fields and instances. |
| Field Attach API | drupal-7/modules/field/field.attach.inc | Operate on Field API data attached to Drupal entities. |
| Field CRUD API | drupal-7/modules/field/field.crud.inc | Create, update, and delete Field API fields, bundles, and instances. |
| Field Info API | drupal-7/modules/field/field.info.inc | Obtain information about Field API configuration. |
| Field Storage API | drupal-7/modules/field/field.attach.inc | Implement a storage engine for Field API data. |
| Field Types API | drupal-7/modules/field/field.api.php | Define field types, widget types, display formatter types, storage types. |
| field.module handlers | contrib-7/views/modules/field.views.inc | |
| File interface | drupal-7/includes/file.inc | Common file handling functions. |
| File module public API functions | drupal-7/modules/file/file.module | These functions may be used to determine if and where a file is in use. |
| filter.module handlers | contrib-7/views/modules/filter.views.inc | Only includes the table 'filter_formats'. |
| Form builder functions | drupal-7/includes/form.inc | Functions that build an abstract representation of a HTML form. |
| Form generation | drupal-7/includes/form.inc | Functions to enable the processing and display of HTML forms. |
| Formatting | drupal-7/includes/common.inc | Functions to format numbers, strings, dates, etc. |
| Functions to coordinate long-running operations across requests. | drupal-7/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... |
| Grammar parser builder functions | contrib-7/grammar_parser/engine/grammar_parser.reader.inc | * |
| Grammar parser helper functions | contrib-7/grammar_parser/engine/grammar_parser.reader.inc | * |
| Handlers for arguments | contrib-7/views/handlers/views_handler_argument.inc | |
| Hook implementations for user-created content types. | drupal-7/modules/node/node.module | |
| Hooks | drupal-7/includes/module.inc | Allow modules to interact with the Drupal core. |
| Image toolkits | drupal-7/includes/image.inc | Drupal'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.module | Taxonomy 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... |