getName()} should not be public."); } /** * Returns the name of the stream wrapper for use in the UI. * * @return string * The stream wrapper name. * * @see \Drupal\Core\StreamWrapper\StreamWrapperInterface::getName() */ abstract public function getName(); }