index.php
Same filename in this branch
Same filename in other branches
- 9 index.php
- 9 core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-assets-fixture/assets/index.php
- 9 core/assets/scaffold/files/index.php
- 8.9.x index.php
- 8.9.x core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-assets-fixture/assets/index.php
- 8.9.x core/assets/scaffold/files/index.php
- 10 index.php
- 10 core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-assets-fixture/assets/index.php
- 10 core/assets/scaffold/files/index.php
- 11.x index.php
- 11.x core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-assets-fixture/assets/index.php
- 11.x core/assets/scaffold/files/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.