js_deprecation_test.module
Same filename in other branches
File
-
core/
modules/ system/ tests/ modules/ js_deprecation_test/ js_deprecation_test.module
View source
<?php
/**
* @file
* Helper module for the JavaScript deprecation tests.
*/
declare (strict_types=1);
/**
* Implements hook_js_settings_alter().
*/
function js_deprecation_test_js_settings_alter(&$settings) {
$settings['suppressDeprecationErrors'] = FALSE;
}
Functions
Title | Deprecated | Summary |
---|---|---|
js_deprecation_test_js_settings_alter | Implements hook_js_settings_alter(). |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.