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