Day: August 13, 2025

  • Creating Custom Drupal Blocks with the Block Plugin API

    Creating Custom Drupal Blocks with the Block Plugin API

    As a Drupal developer, there will inevitably be a time when the stock block types provided just don’t cut it. Maybe you need to display data from an external API or create a specialized widget for editors. Whatever the case, Drupal’s Block Plugin API makes it easy to create your own custom blocks with PHP.…