You are here

public function JsCallbackInterface::captureOutput in JS Callback Handler 8.3

Flag indicating whether or not the callback should capture printed output.

Return value

bool

1 method overrides JsCallbackInterface::captureOutput()
JsCallbackBase::captureOutput in src/Plugin/Js/JsCallbackBase.php
Flag indicating whether or not the callback should capture printed output.

File

src/Plugin/Js/JsCallbackInterface.php, line 50

Class

JsCallbackInterface
JsCallbackInterface.

Namespace

Drupal\js\Plugin\Js

Code

public function captureOutput();