You are here

public static function StreamWrapperInterface::getType in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php \Drupal\Core\StreamWrapper\StreamWrapperInterface::getType()
  2. 9 core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php \Drupal\Core\StreamWrapper\StreamWrapperInterface::getType()

Returns the type of stream wrapper.

Return value

int

1 method overrides StreamWrapperInterface::getType()
DummyExternalReadOnlyWrapper::getType in core/modules/file/tests/file_test/src/StreamWrapper/DummyExternalReadOnlyWrapper.php
@inheritDoc

File

core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php, line 103

Class

StreamWrapperInterface
Defines a Drupal stream wrapper extension.

Namespace

Drupal\Core\StreamWrapper

Code

public static function getType();