get('translation.path'); } /** * Implements Drupal\Core\StreamWrapper\StreamWrapperInterface::getExternalUrl(). * @throws \LogicException * PO files URL should not be public. */ public function getExternalUrl() { throw new \LogicException('PO files URL should not be public.'); } }