List the required files for modules in drupal?
Answer / Neeraj Kumar Tyagi
For a custom module in Drupal, the following files are typically needed:n1. Module file (e.g., mymodule.module or mymodule.routing.yml)n2. Implementation files (e.g., hook functions defined in .module files or services in .service.yml)n3. Configuration files (optional, e.g., mymodule.links.menu.yml or mymodule.install file)n4. Forms (if needed, e.g., mymodule_form.* files)n5. Libraries (if needed, e.g., mymodule.libraries.yml)n6. Translation files (optional, e.g., mymodule.pot or .po/.mo files)
| Is This Answer Correct ? | 0 Yes | 0 No |
List out the SEO modules available in Drupal?
What is Anonymous user?
Concept of comment in drupal?
What is bootstrap in drupal?
Which PHP compatibility is used for Drupal?
Explain how caching work in Drupal?
What is the use of Show as expanded field while creating menu?
Explain the menu system in drupal? Purpose of menus?
Why do we use drupal?
What are the render arrays in drupal?
What does drupal do?
What a module is in drupal and what the process of writing one involves?