You are here

public static function LocalHiddenStreamTrait::getType in Libraries API 8.3

Returns the type of stream wrapper.

Return value

int

See also

\Drupal\Core\StreamWrapper\StreamWrapperInterface::getType()

File

src/StreamWrapper/LocalHiddenStreamTrait.php, line 19

Class

LocalHiddenStreamTrait
Provides a trait for local hidden streams.

Namespace

Drupal\libraries\StreamWrapper

Code

public static function getType() {
  return StreamWrapperInterface::LOCAL_HIDDEN;
}