index.php

File

external_documentation/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
 */

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.