Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Method.php

function Method::setResponseStreaming

If true, the response is streamed.

Generated from protobuf field <code>bool response_streaming = 5;</code>

Parameters

bool $var:

Return value

$this

File

vendor/google/protobuf/src/Google/Protobuf/Method.php, line 210

Class

Method
Method represents a method of an API interface.

Namespace

Google\Protobuf

Code

public function setResponseStreaming($var) {
    GPBUtil::checkBool($var);
    $this->response_streaming = $var;
    return $this;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal