public static LocalStream::getType()
Returns the type of stream wrapper.
Return value
int
Overrides StreamWrapperInterface::getType
File
- core/lib/Drupal/Core/StreamWrapper/LocalStream.php, line 43
Class
- LocalStream
- Defines a Drupal stream wrapper base class for local files.
Namespace
Drupal\Core\StreamWrapper
Code
public static function getType() {
return StreamWrapperInterface::NORMAL;
}
Please login to continue.