Explain Module in Drupal ?

devquora
devquora

Posted On: Feb 22, 2018

 

A module is a software (code) that extends Drupal functionality. Modules fall into one of three categories:

  • Core modules are those included with the main download of Drupal. These can be turned on or off without downloading additional components. Examples include Blog, Book, Poll, or Taxonomy.
  • Contributed modules are downloaded from the Modules download section of drupal.org, and installed within your Drupal installation. Examples include Panels, Viewsor Metatag.
  • Custom modules are modules you write yourself. This requires a thorough understanding of Drupal, PHP programming, and Drupal’s API.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Drupal interview questions

    What Is Drupal?

    Drupal (pronounced Dru-Pull) is an open source content management system offering a toolset that rivals those of most commercial alternatives. With integrated social media and e-commerce functionality..

    Drupal interview questions

    List the features of Drupal ?

    Drupal comes withRock solid & high quality platform Powerful templating system. Any XHTML or CSS template can be e..

    Drupal interview questions

    What is a patch in Drupal ?

    In Drupal a patch is a file that consists of a list of differences between one set of files and another. All code ch..