- Issue created by @joachim
- ๐ฎ๐ณIndia pradhumanjainOSL
pradhumanjain2311 โ made their first commit to this issueโs fork.
- Merge request !7692Issue #3443122: ConfigureBlockFormBase::getPluginForm() can return the wrong type โ (Open) created by Unnamed author
- ๐ฌ๐งUnited Kingdom joachim
I'm not sure that changing the docs is the right fix.
What's the logic behind returning this?
None of the calls to this method handle the possibility that it's a BlockPluginInterface, so if ever that is returned, things will crash.
- ๐ฆ๐บAustralia larowlan ๐ฆ๐บ๐.au GMT+10
https://git.drupalcode.org/project/drupal/-/blob/11.x/core/lib/Drupal/Co... BlockBase implements this interface but I think BlockPluginInterface should extend it instead. We can make that change under the 1:1 rule