examples.index.php 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?php
  2. /**
  3. * @file
  4. * Example modules
  5. *
  6. * @link action_example.module Creating actions @endlink
  7. * @link ajax_example.module Using AJAX forms @endlink
  8. * @link batch_example.module Using the batch API @endlink
  9. * @link block_example.module Defining blocks @endlink
  10. * @link cache_example.module Demonstrate Drupal caching @endlink
  11. * @link contextual_links_example.module Defining contextual links @endlink
  12. * @link cron_example.module Using hook_cron() and hook_cron_queue_info() @endlink
  13. * @link dbtng_example.module Database examples (DBTNG) @endlink
  14. * @link email_example.module Sending e-mail @endlink
  15. * @link entity_example.module Creating and managing a custom entity @endlink
  16. * @link field_example.module Defining fields in the field API @endlink
  17. * @link file_example.module Demonstrates file handling @endlink
  18. * @link filter_example.module Defining an input filter @endlink
  19. * @link form_example.module Form API examples, including multistep forms @endlink
  20. * @link image_example.module Demonstrates image handling with styles and effects @endlink
  21. * @link js_example.module Javascript examples @endlink
  22. * @link menu_example.module Menu API examples @endlink
  23. * @link nodeapi_example.module Node API demonstrations showing how a separate module can change the behavior of a node @endlink
  24. * @link node_access_example.module Define custom node access fules using node access hooks @endlink
  25. * @link node_example.module Creating custom node types, with fields @endlink
  26. * @link page_example.module Creating a custom page @endlink
  27. * @link pager_example.module Using a table with a pager @endlink
  28. * @link queue_example.module Using the Queue API @endlink
  29. * @link rdf_example.module Implementing RDF in Drupal @endlink
  30. * @link render_example.module Demonstrates the render API @endlink
  31. * @link simpletest_example.module Writing tests for Drupal @endlink
  32. * @link tablesort_example.module Use a render array to present a table with automatic sorting @endlink
  33. * @link tabledrag_example.module Demonstrates tabledrag forms @endlink
  34. * @link theming_example.module Demonstrate how modules shoule use theme functions and provide tpl.php files @endlink
  35. * @link token_example.module Using tokens @endlink
  36. * @link trigger_example.module Implementing triggers and actions @endlink
  37. * @link vertical_tabs_example.module Using vertical tabs @endlink
  38. * @link xmlrpc_example.module XML-RPC example @endlink
  39. */