Skip to content
Snippets Groups Projects
Select Git revision
  • 10.1.x
  • 11.x default
  • 2900208-cache-installs
  • 10.0.x
  • 7.x
  • 9.5.x
  • 9.4.x
  • 9.3.x
  • 9.2.x
  • 9.1.x
  • 8.9.x
  • 9.0.x
  • 8.8.x
  • 8.7.x
  • 8.6.x
  • 8.5.x
  • 8.4.x
  • 8.3.x
  • 8.2.x
  • 8.1.x
  • previous/2900208-cache-installs/2024-08-19
  • 11.0.0-rc1
  • 10.3.1
  • 10.3.0
  • 10.2.7
  • 10.3.0-rc1
  • 7.101
  • 11.0.0-beta1
  • 10.3.0-beta1
  • 11.0.0-alpha1
  • 10.2.6
  • 10.2.5
  • 7.100
  • 10.2.4
  • 10.2.3
  • 10.1.8
  • 10.2.2
  • 10.2.1
  • 10.2.0
  • 7.99
40 results

modules

  • Clone with SSH
  • Clone with HTTPS
  • Forked from project / drupal
    4040 commits behind, 286 commits ahead of the upstream repository.
    Alex Pott's avatar
    Issue #2532148 by timmillwood, davidwbarratt: Modules cannot be put in ./modules/vendor
    Alex Pott authored
    bd6afc18
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..
    README.txt
    Modules extend your site functionality beyond Drupal core.
    
    WHAT TO PLACE IN THIS DIRECTORY?
    --------------------------------
    
    Placing downloaded and custom modules in this directory separates downloaded and
    custom modules from Drupal core's modules. This allows Drupal core to be updated
    without overwriting these files.
    
    DOWNLOAD ADDITIONAL MODULES
    ---------------------------
    
    Contributed modules from the Drupal community may be downloaded at
    https://www.drupal.org/project/project_module.
    
    ORGANIZING MODULES IN THIS DIRECTORY
    ------------------------------------
    
    You may create subdirectories in this directory, to organize your added modules,
    without breaking the site. Some common subdirectories include "contrib" for
    contributed modules, and "custom" for custom modules. Note that if you move a
    module to a subdirectory after it has been enabled, you may need to clear the
    Drupal cache so it can be found.
    
    There are number of directories that are ignored when looking for modules. These
    are 'src', 'lib', 'vendor', 'assets', 'css', 'files', 'images', 'js', 'misc',
    'templates', 'includes', 'fixtures' and 'Drupal'.
    
    MULTISITE CONFIGURATION
    -----------------------
    
    In multisite configurations, modules found in this directory are available to
    all sites. You may also put modules in the sites/all/modules directory, and the
    versions in sites/all/modules will take precedence over versions of the same
    module that are here. Alternatively, the sites/your_site_name/modules directory
    pattern may be used to restrict modules to a specific site instance.
    
    MORE INFORMATION
    ----------------
    
    Refer to the “Developing for Drupal” section of the README.txt in the Drupal
    root directory for further information on extending Drupal with custom modules.