drupal-code-generator
drupal-code-generator copied to clipboard
A code generator for Drupal.
For most services, plugin and controllers DCG asks a user which services he would like to inject. That allows to save a user form typing a lot of boilerplate code....
Just saw that `drush gen test:webdriver` uses `protected $defaultTheme = 'claro';`: https://github.com/Chi-teck/drupal-code-generator/blob/9641c755b893f3e6083a06c6f48fb92dfb50dae3/templates/Test/_webdriver/webdriver.twig#L19 Is that correct? Or isn't that the proposed base theme for webdriver tests? Perhaps I'm missing something? I...
Updates the requirements on [drupal/coder](https://github.com/pfrenssen/coder) to permit the latest version. Commits c58e5a0 fix(InlineCommen): Allow spellchecker keyword (#3424914) 05c5367 test(TypeHints): Add test case for SlevomatCodingStandard.TypeHints.NullableT... cddb4b8 feat(TypeHints): Add SlevomatCodingStandard.TypeHints.NullableTypeForNullDefa... 4288ec7 fix(Namespaces):...
Hello everyone! I wanted to know if there was some interest into a recipe generator in the drupal-code-generator. So far I've found https://www.drupal.org/project/recipe_generator which has not been updated in a...
Fixes [#6100](https://github.com/drush-ops/drush/issues/6100)
I have no idea how to get headless chrome running in github actions (to be fair it caused endless headaches locally as well). PR to get it running would be...
Drupal Code Generator turned 10 years, marking a significant milestone. Unfortunately, I don't have enough time to properly maintain it these days, as I need to focus on other projects,...
ad421ff539 fixed a test blindly. Maybe `published` became a key which is not generated currently? Anyways, check what happened here. Also 07913235fa
Hi! First of all, thank you for this excellent tool — we’ve found `drupal-code-generator` very helpful for automating scaffolding in our Drupal projects. I'm currently exploring a use case where...