| action_example/action_example.info | name = Action example
description = Demonstrates providing actions that can be associated to triggers.
package = Example modules
core = 7.x
dependencies[] = trigger
files[] = action_example.test |
| action_example/action_example.module | Action definition example module. |
| action_example/action_example.test | test file for action_example module. |
| ajax_example/ajax_example.info | name = AJAX Example
description = An example module showing how to use Drupal AJAX forms
package = Example modules
core = 7.x
files[] = ajax_example.test |
| ajax_example/ajax_example.install | AJAX Examples install file schema for ajax_example_form_node_form_alter() |
| ajax_example/ajax_example.module | AJAX Examples module file with basic examples. |
| ajax_example/ajax_example.test | Test ajax example module. |
| ajax_example/ajax_example_advanced.inc | AJAX Commands examples. |
| ajax_example/ajax_example_graceful_degradation.inc | Demonstrations of AJAX with graceful degradation. |
| ajax_example/ajax_example_misc.inc | AJAX Miscellaneous Topics. |
| ajax_example/ajax_example_node_form_alter.inc | This example shows how to use AJAX when altering a node form. |
| batch_example/batch_example.info | name = Batch example
description = An example outlining how a module can define batch operations.
package = Example modules
core = 7.x
files[] = batch_example.test |
| batch_example/batch_example.install | Install, update, and uninstall functions for the batch_example module. |
| batch_example/batch_example.module | Outlines how a module can use the Batch API. |
| batch_example/batch_example.test | Test case for Testing the batch example module. |
| block_example/block_example.info | name = Block Example
description = An example outlining how a module can define blocks.
package = Example modules
core = 7.x
dependencies[] = block
files[] = block_example.test |
| block_example/block_example.install | Install, update and uninstall functions for the block_example module. |
| block_example/block_example.module | Module file for block_example. |
| block_example/block_example.test | Test case for testing the block example module. |
| cache_example/cache_example.info | name = Cache Example
description = An example outlining how to use Cache API.
package = Example modules
core = 7.x
files[] = cache_example.test |
| cache_example/cache_example.module | Outlines how a module can use the Cache API. |
| cache_example/cache_example.test | Test case for testing the cache example module. |
| contextual_links_example/contextual-links-example-object.tpl.php | Default theme implementation to display a sample object with contextual links. |
| contextual_links_example/contextual_links_example.info | name = Contextual links example
description = Demonstrates how to use contextual links for enhancing the user experience.
package = Example modules
core = 7.x
files[] = contextual_links_example.test |
| contextual_links_example/contextual_links_example.module | Shows how to use Drupal's contextual links functionality. |
| contextual_links_example/contextual_links_example.test | Tests for the contextual links example module. |
| cron_example/cron_example.info | name = Cron example
description = Demonstrates hook_cron() and related features
package = Example modules
core = 7.x
files[] = cron_example.test |
| cron_example/cron_example.module | Demonstrates use of the Cron API in Drupal - hook_cron() |
| cron_example/cron_example.test | Test case for testing the cron example module. |
| dbtng_example/dbtng_example.info | name = DBTNG example
description = An example module showing how use the database API: DBTNG.
package = Example modules
core = 7.x
files[] = dbtng_example.test |
| dbtng_example/dbtng_example.install | Install, update and uninstall functions for the dbtng_example module. |
| dbtng_example/dbtng_example.module | This is an example outlining how a module can make use of the new DBTNG
database API in Drupal 7. |
| dbtng_example/dbtng_example.test | SimpleTests for dbtng_example module. |
| email_example/email_example.info | name = E-mail Example
description = Demonstrate Drupal's e-mail APIs.
package = Example modules
core = 7.x
files[] = email_example.test |
| email_example/email_example.module | Example of how to use Drupal's mail API. |
| email_example/email_example.test | Simpletest case for email_example module. |
| examples.index.php | Example modules |
| examples.info | name = Examples For Developers
description = A variety of example code for you to learn from and hack upon.
package = Example modules
core = 7.x |
| examples.module | This file serves as a stub file for the many Examples modules in the
Examples for Developers Project
which you can download and experiment with. |
| field_example/field_example.info | name = Field Example
description = An implementation of a field to show the Field API
package = Example modules
core = 7.x
files[] = field_example.test |
| field_example/field_example.install | Install, update, and uninstall functions for the field_example module. |
| field_example/field_example.module | An example field using the Field Types API. |
| field_example/field_example.test | Tests for Field Example. |
| file_example/file_example.info | name = File example
description = Examples of using the Drupal File API and Stream Wrappers.
package = Example modules
core = 7.x
files[] = file_example_session_streams.inc
files[] = file_example.test |
| file_example/file_example.module | Examples demonstrating the Drupal File API (and Stream Wrappers). |
| file_example/file_example.test | Tests for File Example. |
| file_example/file_example_session_streams.inc | Provides a demonstration session:// streamwrapper. |
| filter_example/filter_example.info | name = Filter example
description = An example module showing how to define a custom filter.
package = Example modules
core = 7.x
files[] = filter_example.test |
| filter_example/filter_example.module | Module file for filter_example. |
| filter_example/filter_example.test | Test case for Testing the filter example module. |