How to make a module?
Answer / Swadesh Kumar Niranjan
To create a Drupal module, you need to create a new directory in the 'modules' folder, write required files (such as .info.yml and .module), implement hooks, and enable the module through the administrative interface.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I view views in drupal 8?
Which database does drupal use?
How will you create subtheme in drupal?
Drupal is flexible at handling events automatically and employing triggers. How do developers make use of these features?
Explain drupal administration
What is cms?
How many types of cms are there?
What is node in drupal?
How will you add custom php codes in drupal pages or blocks?
Explain security features of drupal?
How to interact with drupal search systems?
What is the difference between drupal 7 and drupal 8?