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
1 2 3 | public static function getType () { return StreamWrapperInterface::LOCAL_NORMAL; } |
Please login to continue.