Useful Drupal modules
Click on the module name for notes, comments, patches.
Recommendations (for and against) are my personal opinion only and may be out of date. Feel free to email with corrections/suggestions.
Name | D8 | Personally Tested | Last Updated |
---|---|---|---|
Twig VarDumper (twig_vardumper) | ✔ | ✔ | 2019-12-30 |
"Essential" Much faster than using kint, with colour coding, and still works nicely within narrow DOM elements. Enabling twig debugging in the first place: Also make sure you've activated twig debugging properly (including enabling the settings.local.php file in settings.php, and adding the debug setting to development.services.yml) Usage Tip: - Hover over the keys and you get a tooltip that says 'Public method','Protected property' etc. |