Skip to content
Commit 2830d12e authored by Tim Rohaly's avatar Tim Rohaly
Browse files

Replaced many instances of t() with $this->t(),

\Drupal::l() with $this->l(),
\Drupal::url() with $this->url(),
\Drupal::logger() with $this->logger(),
\Drupal::entityManager() with $this->entityManager(),
\Drupal::configFactory() with $this->configFactory(), and
\Drupal::moduleHandler() with $this->moduleHandler()
parent 5c05b83b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment