Skip to main content
C

ore and contributed modules

  1. Responsive image styles : https://www.specbee.com/blogs/setup-responsive-images-in-drupal-9
  2. Menu Item Extras

 

Devel

  1. Install using composer
  2. You would need to install drupal/php_devel separated package
  3. Set permissions
  4. 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 :
  5. 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.