Search Drupal modules
To find modules, go to the Modules main page. To find themes, start at the Themes main page.
As youâll see, there are many search options, but the most important is Core Compatibility. Set it to â8.xâ to get modules for Drupal 8. Feel free to adjust any other search filters. You can also enter a keyword or two in the âSearch modulesâ field. The âSort byâ field defaults to âMost installed,â showing the most popular results first.
On the search results page, the name of each module (or theme) links to its project homepage on drupal.org.
Module Project Page
Project pages vary in detail, as each page is created by one of the moduleâs developers.
The project page is usually worth reading carefully.
Among other things, if the module depends on other modules or external libraries, that information will usually be listed. However, if you forget to install a dependency, Drupal will alert you when trying to enable or use the module.
Downloads Section
The project page always includes links to available versions of the module.
Issues Section
The moduleâs project page includes an âIssues for...â section. These links appear in the right-hand column (on wide screens) or at the bottom of the page near âDownloadsâ and âMaintainersâ (on smaller screens).
These links lead to the moduleâs issue queue, the official place for bug reports, support requests, and feature requests.
If you have problems with a module, check the issue queue. If your issue isnât already listed, post a new one using âCreate a new issue,â and someone will likely help you.
Resources Section
Just below the âIssues...â section, under âResources,â look for a âRead documentationâ link. This isnât always present, but if it is, it usually leads to the most useful project-specific information.
This link might take you to a documentation page on drupal.org or an external website.
In general, most contributed modules also have a âREADME.txtâ and/or âINSTALL.txtâ file in the moduleâs top-level folder, viewable after download or installation.
You can also view a moduleâs README.txt online without downloading anything by following the instructions in the âModule Documentation and Helpâ section.
Understanding Different Module Versions
On the project page, look under the âDownloadsâ section where you'll see subheadings for âRecommended releases,â âOther releases,â and âDevelopment releases.â
The version you choose must be compatible with your Drupal version. Since youâre using Drupal 8, only versions starting with â8.x - ...â are usable.
Recommended Releases
Look for the highest version number available for Drupal 8 under âRecommended releases.â These are considered stable and suitable for use on live (âproductionâ) sites.
Other Releases
If there are no recommended releases, try the most recent version under âOther releases.â
âOther releasesâ are typically close to becoming âRecommended releases.â
In rare cases, an âOther releaseâ may be an older but stable version kept available due to dependencies from other modules.
Development Releases
âDevelopment releasesâ are works in progress. These may include bug fixes or experimental features and are not guaranteed to be stable.
Sometimes, a development release is prepared for a future version of Drupal core. For example, a module may be ready for use with Drupal 8.3 even if 8.2 is the current stable version.
Version Column
This column shows the version number of the module. For more details, see: âWhat do version numbers mean for modules and themes?â
Download Column
This column includes download links that let you obtain the module directly.
Drupalâs online documentation is © 2000-2020 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution-ShareAlike 2.0. PHP code is distributed under the GNU General Public License.