You are here

public function TranslationsStreamWrapper::getExternalUrl in Localization update 7.2

Overrides getExternalUrl().

Overrides DrupalStreamWrapperInterface::getExternalUrl

File

includes/locale/TranslationsStreamWrapper.php, line 24
Definition of TranslationStreamWrapper.

Class

TranslationsStreamWrapper
A Drupal interface translations (translations://) stream wrapper class.

Code

public function getExternalUrl() {
  throw new Exception('PO files URL should not be public.');
}