Blogs

EMAIL: info@example.com

Code Karate: Generating A Module with Drupal Console

Episode Number: 
225
Generating Module code with Drupal Console - Daily Dose of Drupal Episode 225

Drupal Console is a command line tool for Drupal (similar to Drush) that has built in code generation tools. This makes it easy to generate boilerplate code for a custom Drupal 8 module. In this episode, we discuss how to use Drupal Console to generate an example module with an administrative settings form.