- 🇦🇺Australia mstrelan
I'm not sure this is still relevant. In
\Drupal\Core\Block\BlockManager::processDefinition
we call\Drupal\Core\Plugin\CategorizingPluginManagerTrait::processDefinitionCategory
. If the category is empty we get the "provider" name, which is the name of the module. There are some system blocks that still say system, but for all "other" blocks we get the module name. Unless perhaps the provider defaults to system? Changing to PMNMI for steps to reproduce.Also note we have attributes now, so updating the title to reflect that.