C
ore and contributed modules
- Responsive image styles : https://www.specbee.com/blogs/setup-responsive-images-in-drupal-9
- Menu Item Extras
Devel
- Install using composer
- You would need to install drupal/php_devel separated package
- Set permissions
- drupal_dump(), alias dd(), is not provided by devel, but by another module named twig_tweak. It requires Symfony's VarDumper component to work. You can install them using composer :
-
composer require --dev symfony/var-dumper composer require drupal/twig_tweak drush en twig_tweak
ddm() doesn't print anything to the screen but outputs a variable to a file named drupal_debug.txt in the site's temp directory.