Same filename in this branch
  1. 7.x developer/index.php
  2. 7.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. 6.x developer/index.php

File

developer/index.php
View source
<?php

/** @mainpage Developer Documentation
 * Welcome to the Drupal developer's documentation. Here are some topics to
 * get you started:
 * - @link hooks Module system (Drupal hooks) @endlink
 * - @link database Database abstraction layer @endlink
 * - @link menu Menu system @endlink
 * - @link form_api Form generation; @endlink see also the
 *   @link forms_api_reference.html Form API Reference @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
 *
 * Links to additional information:
 * - @link https://www.drupal.org/project/examples Examples project, @endlink
 *   which contains sample module code useful for module developers
 * - @link https://www.drupal.org/docs/7/api Drupal API pages, @endlink with
 *   in-depth articles on many of the Drupal 7 APIs
 */