protected function PharStreamWrapper::resolveAssertable in Drupal 7
Return value
Deprecated
Use Manager::instance() directly
File
- misc/
typo3/ phar-stream-wrapper/ src/ PharStreamWrapper.php, line 463
Class
Namespace
TYPO3\PharStreamWrapperCode
protected function resolveAssertable() {
return Manager::instance();
}