PublicStream::getType

public static PublicStream::getType()

Returns the type of stream wrapper.

Return value

int

Overrides LocalStream::getType

File

core/lib/Drupal/Core/StreamWrapper/PublicStream.php, line 21

Class

PublicStream
Defines a Drupal public (public://) stream wrapper class.

Namespace

Drupal\Core\StreamWrapper

Code

public static function getType() {
  return StreamWrapperInterface::LOCAL_NORMAL;
}
doc_Drupal
2016-10-29 09:35:13
Comments
Leave a Comment

Please login to continue.