Problem/Motivation
Reference Issue: #1810330: Move EntityTranslationControllerInterface::removeTranslation() into EntityInterface comment #15
In \Drupal\Core\Entity\EntityBCDecorator, 30+ functions all have the same block comment:
/**
* Forwards the call to the decorated entity.
*/
Proposed resolution
Update the comments to at least include a reference to \Drupal\Core\Entity\EntityNG which is the "decorated entity" that all of the functions are referencing.
Remaining tasks
- Determine what the block comments should include
- Create patch that updates the block comments
User interface changes
None
API changes
None