Same filename in this branch
  1. 6.x developer/index.php
  2. 6.x index.php
Same filename and directory in other branches
  1. 4.6.x developer/index.php
  2. 4.7.x developer/index.php
  3. 5.x developer/index.php
  4. 7.x developer/index.php

File

developer/index.php
View source
<?php

/** @mainpage Developer Documentation
 * Welcome to the Drupal 6 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.
 *
 * - 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 search Search system @endlink
 *   - @link node_access Node access system @endlink
 *   - @link themeable Theme system @endlink
 *   - @link /api/constants/6 Constants @endlink
 *   - @link /api/globals/6 Global variables @endlink
 * - @link http://drupal.org/project/examples Example modules @endlink
 * - In-depth discussions
 *   - @link http://drupal.org/node/751826 Form API Quickstart Guide @endlink
 *   - @link forms_api_reference.html Form API Reference @endlink
 *   - @link http://drupal.org/node/121997 JavaScript in Drupal 5 and Drupal 6 @endlink
 */