Problem/Motivation
\Drupal::l() has been marked as deprecated. #2606376: mark \Drupal::l() as deprecated A number of instances of calls to this deprecated method remain in core.
Proposed resolution
Create a patch to substitute the calls to the deprecated method. Identify instances where the LinkGeneratorInterface should be passed via Dependency Injection.