public function HttpStreamWrapper::stream_lock in Remote Stream Wrapper 8
Return value
bool
Overrides PhpStreamWrapperInterface::stream_lock
File
- src/
StreamWrapper/ HttpStreamWrapper.php, line 122
Class
- HttpStreamWrapper
- HTTP(s) stream wrapper.
Namespace
Drupal\remote_stream_wrapper\StreamWrapperCode
public function stream_lock($operation) {
return TRUE;
}