|
1 Modules extend your site functionality beyond Drupal core. |
|
2 |
|
3 WHAT TO PLACE IN THIS DIRECTORY? |
|
4 -------------------------------- |
|
5 |
|
6 Placing downloaded and custom modules in this directory separates downloaded and |
|
7 custom modules from Drupal core's modules. This allows Drupal core to be updated |
|
8 without overwriting these files. |
|
9 |
|
10 DOWNLOAD ADDITIONAL MODULES |
|
11 --------------------------- |
|
12 |
|
13 Contributed modules from the Drupal community may be downloaded at |
|
14 https://www.drupal.org/project/project_module. |
|
15 |
|
16 ORGANIZING MODULES IN THIS DIRECTORY |
|
17 ------------------------------------ |
|
18 |
|
19 You may create subdirectories in this directory, to organize your added modules, |
|
20 without breaking the site. Some common subdirectories include "contrib" for |
|
21 contributed modules, and "custom" for custom modules. Note that if you move a |
|
22 module to a subdirectory after it has been enabled, you may need to clear the |
|
23 Drupal cache so it can be found. (Alternatively, you can disable the module |
|
24 before moving it and then re-enable it after the move.) |
|
25 |
|
26 MULTISITE CONFIGURATION |
|
27 ----------------------- |
|
28 |
|
29 In multisite configurations, modules found in this directory are available to |
|
30 all sites. Alternatively, the sites/your_site_name/modules directory pattern |
|
31 may be used to restrict modules to a specific site instance. |
|
32 |
|
33 MORE INFORMATION |
|
34 ---------------- |
|
35 |
|
36 Refer to the "Developing for Drupal" section of the README.txt in the Drupal |
|
37 root directory for further information on extending Drupal with custom modules. |