function JsTestingLogTestHooks::jsSettingsAlter

Implements hook_js_settings_alter().

File

core/modules/system/tests/modules/js_testing_log_test/src/Hook/JsTestingLogTestHooks.php, line 26

Class

JsTestingLogTestHooks
Hook implementations for js_testing_log_test.

Namespace

Drupal\js_testing_log_test\Hook

Code

public function jsSettingsAlter(&$settings) {
    $settings['suppressDeprecationErrors'] = FALSE;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.