private function PluploadTestForm::loadStreamWrapper in Plupload integration 8
Same name and namespace in other branches
- 2.0.x plupload_test/src/PluploadTestForm.php \Drupal\plupload_test\PluploadTestForm::loadStreamWrapper()
Returns the Drupal stream wrapper manager service.
File
- plupload_test/
src/ PluploadTestForm.php, line 84
Class
- PluploadTestForm
- Plupload test form class.
Namespace
Drupal\plupload_testCode
private function loadStreamWrapper() {
return \Drupal::service('stream_wrapper_manager');
}