Problem/Motivation
\Drupal\layout_builder\InlineBlockEntityOperations
is marked as internal but no reason is given.
Proposed resolution
Determine if
- It should not be internal at all
- If it should be internal add a reason.
The assumption of the inline system are baked into this class. What would go wrong if someone subclassed this? What use cases are there?
Remaining tasks
Figure it out.
User interface changes
None
API changes
Maybe if it is no longer internal.
Data model changes
None