You are here

private function PluploadTestForm::loadStreamWrapper in Plupload integration 2.0.x

Same name and namespace in other branches
  1. 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_test

Code

private function loadStreamWrapper() {
  return \Drupal::service('stream_wrapper_manager');
}