You are here

public function JsCallbackBase::captureOutput in JS Callback Handler 8.3

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

Return value

bool

Overrides JsCallbackInterface::captureOutput

File

src/Plugin/Js/JsCallbackBase.php, line 101

Class

JsCallbackBase
Base JsCallback class.

Namespace

Drupal\js\Plugin\Js

Code

public function captureOutput() {
  return !!$this->pluginDefinition['capture_output'];
}