You are here

protected function PharStreamWrapper::resolveAssertable in Drupal 7

Return value

Manager|Assertable

Deprecated

Use Manager::instance() directly

File

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

Class

PharStreamWrapper

Namespace

TYPO3\PharStreamWrapper

Code

protected function resolveAssertable() {
  return Manager::instance();
}