| aggregator.module handlers | contrib/views/modules/aggregator.views.inc | Includes the core 'aggregator_feed,' 'aggregator_category,' and 'aggregator_item'
tables. |
| Automatic interface translation import | core/includes/locale.inc | |
| Batch operations | core/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/views/modules/book.views.inc | |
| comment.module handlers | contrib/views/modules/comment.views.inc | Includes the tables 'comments' and 'node_comment_statistics' |
| Core drupal hooks | contrib/event/event.module | |
| Core drupal hooks | contrib/logintoboggan/logintoboggan.module | |
| Database abstraction layer | core/includes/database.inc | Allow the use of different database servers using the same code base. |
| Default theme implementations | core/includes/theme.inc | Functions and templates that present output to the user, and can be
implemented by themes. |
| Example batch definitions | examples/batch_example.module | Definitions of the batches used in this module. |
| Extended language API | contrib/i18n/i18n.module | This is an extended language API to be used by modules in i18n package. |
| Extra system updates for 5.x | core/modules/system/system.install | |
| Extra system updates for 6.x | core/modules/system/system.install | |
| File interface | core/includes/file.inc | Common file handling functions. |
| filefield.module handlers | contrib/filefield/views/filefield.views.inc | Includes the handler for the FileField data column. |
| filefield_meta.module handlers | contrib/filefield/filefield_meta/includes/filefield_meta.views.inc | Includes the tables 'node', 'node_revisions' and 'history'. |
| filter.module handlers | contrib/views/modules/filter.views.inc | Only includes the table 'filter_formats'. |
| Form builder functions | core/includes/form.inc | Functions that build an abstract representation of a HTML form. |
| Form generation | core/includes/form.inc | Functions to enable the processing and display of HTML forms. |
| Formatting | core/includes/common.inc | Functions to format numbers, strings, dates, etc. |
| Functions comprising the main panels API | contrib/panels/panels.module | |
| Functions for event blocks. | contrib/event/event.module | |
| Functions for LoginToboggan blocks. | contrib/logintoboggan/logintoboggan.module | |
| Functions for nodeapi integration | contrib/event/event.module | |
| Functions for panels ajax features | contrib/panels/includes/display-edit.inc | |
| Functions that support the event system | contrib/event/event.module | |
| Functions to coordinate long-running operations across requests. | core/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 | contrib/event/event.module | |
| Functions which handle the display of event nodes | contrib/event/event.module | |
| Handlers for arguments | contrib/views/handlers/views_handler_argument.inc | |
| Hook implementations for user-created content types. | core/modules/node/node.module | |
| Hooks | core/includes/module.inc | Allow modules to interact with the Drupal core. |
| Image Assist Filter macro parsing | contrib/img_assist/img_assist.module | |
| Image Assist Image Generation | contrib/img_assist/img_assist.module | Functions used in image.module vs. img_assist.module (simplified): |
| Image Assist Image Referencing Routines | contrib/img_assist/img_assist.module | |
| Image Assist Legacy functions | contrib/img_assist/img_assist.module | Used for backwards compatibility with original img_assist module. |
| Image Assist Pages | contrib/img_assist/img_assist.module | All but img_assist_loader() are in frames. |
| Image Assist Theme functions | contrib/img_assist/img_assist.module | @ingroup themeable |
| Image toolkits | core/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... |
| Input validation | core/includes/common.inc | Functions to validate user input. |
| Language addition and editing functionality | core/includes/locale.inc | |
| Language addition API. | core/includes/locale.inc | |
| Language deletion functionality | core/includes/locale.inc | |
| Language negotiation options screen | core/includes/locale.inc | |
| Language overview functionality | core/includes/locale.inc | |
| List of predefined languages | core/includes/locale.inc | |
| locale.module handlers | contrib/views/modules/locale.views.inc | |
| Location: An API for working with locations. | contrib/location/location.inc | Public API for the Location module. |
| Menu system | core/includes/menu.inc | Define the navigation menus, and route page requests to code based on URLs. |
| miscellaneous handlers | contrib/views/modules/views.views.inc | |