| About Views handlers | In Views, a handler is an object that is part of the view and is part of the
query building flow. |
| About Views plugins | In Views, a plugin is a bit like a handler, but plugins are not directly
responsible for building the query. Instead, they are objects that are used
to display the view or make other modifications. |
| Access control | |
| Actions | Functions that perform an action on a certain system object. |
| Ajax framework | Functions for Drupal's Ajax framework. |
| Ajax framework commands | Functions to create various Ajax commands. |
| API functions | There are two different functions to send messages.
Either by starting a new thread
or reply to an existing thread. |
| Authorized operations | Functions to run operations with elevated privileges via authorize.php. |
| Automatic interface translation import | Functions to create batches for importing translations. |
| Batch operations | Create and process batch operations. |
| Code registry | The code registry engine. |
| Command dispatching functions. | These functions handle command dispatching, and can
be used to programatically invoke drush commands in
different ways. |
| Command processing functions. | These functions manage command processing by the
main function in drush.php. |
| Content Lock Hooks | Hooks which allow <a href="http://drupal.org/project/content_lock">content_lock</a>
to be extended. |
| Content markers | Markers used by theme_mark() and node_mark() to designate content. |
| Core drupal hooks | |
| CRUD functions for export. | 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 | Allow the use of different database servers using the same code base. |
| Database convenience functions. | |
| Default theme implementations | Functions and templates for the user interface to be implemented by themes. |
| Entity API wrapper. | |
| Example: Action | Creating actions in Drupal 7 |
| Example: AJAX | These examples show basic AJAX concepts. |
| Example: AJAX Graceful Degradation | These examples show AJAX with graceful degradation when Javascript is not
available. |
| Example: Batch API | Outlines how a module can use the Batch API. |
| Example: Block | Demonstrates code creation of blocks. |
| Example: Cache API | Outlines how a module can use the Cache API. |
| Example: Cron | Example using Cron API, including hook_cron() and hook_cron_queue_info(). |
| Example: Database (DBTNG) | Database examples, including DBTNG. |
| Example: Email | Example of how to use Drupal's mail API. |
| Example: Field Types API | Examples using Field Types API. |
| Example: Files | Examples demonstrating the Drupal File API (and Stream Wrappers). |
| Example: Filter | Demonstrates the creation of filters. |
| Example: Form API | Examples demonstrating the Drupal Form API. |
| Example: Image | Demonstrates the basic use of image API. |
| Example: JavaScript | Examples using Drupal 7's built-in JavaScript. |
| Example: Menu | Demonstrates uses of the Menu APIs in Drupal. |
| Example: Node | Example defining a node type in code. |
| Example: Node Access | Demonstrates node access. |
| Example: NodeAPI | Example using NodeAPI. |
| Example: Page | This example demonstrates how a module can display a page at a given URL. |
| Example: Queue | Demonstrating the Queue API |
| Example: Render | Demonstrate how render arrays are arranged and how they can be altered.
This alters blocks and the page to show the actual render array
that is being used to create each item. |
| Example: Simpletest | An example of simpletest tests to accompany the tutorial at
http://drupal.org/node/890654. |
| Example: Token API | Examples using the Token API. |
| Example: Trigger | Trigger definition example module. |
| Example: Vertical Tabs | Demonstrates the vertical tabs functionality provided by Drupal 7. |
| Example: XML-RPC | Demonstration of XML-RPC in Drupal 7. |
| Examples | Well-documented API examples for a broad range of Drupal 7 core functionality. |
| Extensions management. | Functions to manage extensions. |