Get Plugin Id list of Blocks in Drupal March 31, 2023 To obtain Plugin Id list of Blocks used in your Drupal website Use this Drush command drush ev "print_r(array_keys(\Drupal::service('plugin.manager.block')->getDefinitions()));" Read more