Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
MethodDescriptorProto.php
function MethodDescriptorProto::hasServerStreaming
File
vendor/
google/
protobuf/
src/
Google/
Protobuf/
Internal/
MethodDescriptorProto.php
, line 256
Class
MethodDescriptorProto
Describes a method of a service.
Namespace
Google\Protobuf\Internal
Code
public
function
hasServerStreaming
() {
return
isset
(
$this
->
server_streaming
); }
RSS feed