You are here

public function Js::silencePhpErrors in JS Callback Handler 8.3

Flag indicating if PHP errors should be silenced.

Return value

bool TRUE or FALSE

File

src/Js.php, line 704

Class

Js
JS Callback Handler service.

Namespace

Drupal\js

Code

public function silencePhpErrors() {
  return !!$this->settings
    ->get('silence_php_errors');
}