public static function Manager::destroy in Drupal 7
Return value
bool
File
- misc/
typo3/ phar-stream-wrapper/ src/ Manager.php, line 78
Class
Namespace
TYPO3\PharStreamWrapperCode
public static function destroy() {
if (self::$instance === null) {
return false;
}
self::$instance = null;
return true;
}