function StreamWrapperTest::getCurrentStore
Get the contents of the complete array stored in the session.
File
- 
              modules/
stream_wrapper_example/ tests/ src/ Kernel/ StreamWrapperTest.php, line 130  
Class
- StreamWrapperTest
 - Test of the Session Stream Wrapper Class.
 
Namespace
Drupal\Tests\stream_wrapper_example\KernelCode
protected function getCurrentStore() {
  $handle = $this->getSessionHelper();
  return $handle->getPath('');
}