index.php

  1. 7.x drupal-7.x/index.php
  2. 7.x documentation-7.x/developer/index.php
  3. 6.x drupal-6.x/index.php
  4. 6.x documentation-6.x/developer/index.php

File

documentation-7.x/developer/index.php
View source
  1. <?php
  2. /** @mainpage Developer Documentation
  3. * Welcome to the Drupal developer's documentation. Newcomers to Drupal
  4. * development should read the conceptual information provided in the "Components
  5. * of Drupal" section, and then proceed to examine one of the heavily-documented
  6. * example modules below. The examples are fully-functioning Drupal modules, so
  7. * you can download them from the contributions repository and alter them as you
  8. * experiment.
  9. *
  10. * - A few components of Drupal
  11. * - @link hooks Module system (Drupal hooks) @endlink
  12. * - @link database Database abstraction layer @endlink
  13. * - @link menu Menu system @endlink
  14. * - @link form_api Form generation @endlink
  15. * - @link file File upload system @endlink
  16. * - @link field Field API @endlink
  17. * - @link search Search system @endlink
  18. * - @link node_access Node access system @endlink
  19. * - @link themeable Theme system @endlink
  20. * - @link /api/constants/7 Constants @endlink
  21. * - @link /api/globals/7 Global variables @endlink
  22. * - @link examples.index.php Example modules @endlink
  23. * - In-depth discussions
  24. * - @link forms_api_reference.html Forms API Reference @endlink
  25. */