private function PluploadTestForm::loadStreamWrapper in Plupload integration 2.0.x
Same name and namespace in other branches
- 8 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');
}