Mercurial > hg > isophonics-drupal-site
comparison modules/contrib/views_slideshow/views_slideshow.developer-documentation.php @ 5:c69a71b4f40f
Add slideshow module
author | Chris Cannam |
---|---|
date | Thu, 07 Dec 2017 14:46:23 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
4:8948ab6c87d2 | 5:c69a71b4f40f |
---|---|
1 <?php | |
2 | |
3 /** | |
4 * @file Provides API homepage for Views Slideshow. | |
5 */ | |
6 | |
7 /** | |
8 * @mainpage Views Slideshow API & Developer Documentation | |
9 * Welcome to the Views Slideshow developer's documentation. | |
10 * | |
11 * Newcomers to Drupal development should read the conceptual information | |
12 * in @link https://www.drupal.org/docs/8/api/ Drupal API Introduction @endlink | |
13 * or @link https://api.drupal.org/api/drupal/8.2.x Drupal API Docs @endlink. | |
14 * The heavily documented | |
15 * @link https://api.drupal.org/api/examples/8.x-1.x Example modules @endlink | |
16 * may also be helpful. | |
17 * | |
18 * For tutorials and examples for acheiving specific tasks, also see the | |
19 * @link https://drupal.org/docs/8/modules/views-slideshow/developer-tutorials Developer Guide @endlink. | |
20 * | |
21 * For any comments, support or questions see the | |
22 * @link https://drupal.org/project/views_slideshow module page @endlink. | |
23 * Also, feel free to comment here if it is specific to one function/file. | |
24 * | |
25 * - Primary components of Views Slideshow | |
26 * - @link vss_theme Theme Functions @endlink | |
27 * - @link vss_templates Templates @endlink | |
28 * - @link modules/views_slideshow_cycle/views_slideshow_cycle.module Cycle Module @endlink | |
29 */ |