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