You are here

private function PharStreamWrapper::restoreInternalSteamWrapper in Drupal 7

1 call to PharStreamWrapper::restoreInternalSteamWrapper()
PharStreamWrapper::invokeInternalStreamWrapper in misc/typo3/phar-stream-wrapper/src/PharStreamWrapper.php
Invokes commands on the native PHP Phar stream wrapper.

File

misc/typo3/phar-stream-wrapper/src/PharStreamWrapper.php, line 501

Class

PharStreamWrapper

Namespace

TYPO3\PharStreamWrapper

Code

private function restoreInternalSteamWrapper() {
  stream_wrapper_restore('phar');
}