You are here

Classes, traits, and interfaces in System stream wrapper 8

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
ExtensionStreamBase abstract class Drupal\system_stream_wrapper\StreamWrapper src/StreamWrapper/ExtensionStreamBase.php Defines a base stream wrapper implementation. 3
ExtensionStreamTest class Drupal\Tests\system_stream_wrapper\Kernel\File tests/src/Kernel/File/ExtensionStreamTest.php Tests system stream wrapper functions.
LibraryDiscovery class Drupal\system_stream_wrapper\Extension src/Extension/LibraryDiscovery.php Discovers available libraries in the filesystem. 1
LibraryDiscoveryTest class Drupal\Tests\system_stream_wrapper\Kernel tests/src/Kernel/LibraryDiscoveryTest.php Tests library discovery functions.
LibraryStream class Drupal\system_stream_wrapper\StreamWrapper src/StreamWrapper/LibraryStream.php Defines the read-only library:// stream wrapper for library files. 2
LocalReadOnlyStream abstract class Drupal\system_stream_wrapper\StreamWrapper src/StreamWrapper/LocalReadOnlyStream.php Defines a read-only Drupal stream wrapper base class for local files. 1
LocalStream abstract class Drupal\system_stream_wrapper\StreamWrapper src/StreamWrapper/LocalStream.php Defines a Drupal stream wrapper base class for local files. 1
LocalStreamTrait trait Drupal\system_stream_wrapper\StreamWrapper src/StreamWrapper/LocalStreamTrait.php Provides common methods for local streams.
ModuleStream class Drupal\system_stream_wrapper\StreamWrapper src/StreamWrapper/ModuleStream.php Defines the read-only module:// stream wrapper for module files. 1 2
ProfileStream class Drupal\system_stream_wrapper\StreamWrapper src/StreamWrapper/ProfileStream.php Defines the read-only profile:// stream wrapper for installed profile files. 2
StreamWrapperBase abstract class Drupal\system_stream_wrapper\StreamWrapper src/StreamWrapper/StreamWrapperBase.php Provides a base class for all stream wrappers. 1
ThemeStream class Drupal\system_stream_wrapper\StreamWrapper src/StreamWrapper/ThemeStream.php Defines the read-only theme:// stream wrapper for theme files. 2

Other projects