Problem/Motivation
#1942490: Make Twig engine available during install makes CoreBundle::registerTwig()
public and static so that it can be reused in the installer. However, this is different from other methods on the CoreBundle
and there's no indication of why, so someone might unwittingly try to revert this in the future.
Proposed resolution
Add a paragraph to the method docblock explaining why it is public and static.