You are here

public static function StreamWrapperInterface::getType in Drupal 8

Same name and namespace in other branches
  1. 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()
LocalStream::getType in core/lib/Drupal/Core/StreamWrapper/LocalStream.php
Returns the type of stream wrapper.

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();