function ModuleStream::getName

File

core/lib/Drupal/Core/StreamWrapper/ModuleStream.php, line 26

Class

ModuleStream
Defines the read-only module:// stream wrapper for module files.

Namespace

Drupal\Core\StreamWrapper

Code

public function getName() : TranslatableMarkup {
  return new TranslatableMarkup('Module files');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.