Problem/Motivation
During the migration of a 'entity:block_content' I saw that the destination plugin has the 'no_stub' parameter set to TRUE in the given examples: - https://git.drupalcode.org/project/drupal/-/blob/11.x/core/modules/block...
- https://git.drupalcode.org/project/drupal/-/blob/11.x/core/modules/block...
I have searched in the code but I wasn't able to find anyplace where the 'no_stub' value is used during the block_content creation or why is it used in these files (maybe it's not necessary anymore).
Proposed resolution
Remove the 'no_stub = true' from these two files if they have no usage as they are unnecessary and might cause confusion.