function deprecation_test_deprecated_hook
Same name in other branches
- 8.9.x core/modules/system/tests/modules/deprecation_test/deprecation_test.module \deprecation_test_deprecated_hook()
- 10 core/modules/system/tests/modules/deprecation_test/deprecation_test.module \deprecation_test_deprecated_hook()
- 11.x core/modules/system/tests/modules/deprecation_test/deprecation_test.module \deprecation_test_deprecated_hook()
Implements hook_deprecated_hook().
File
-
core/
modules/ system/ tests/ modules/ deprecation_test/ deprecation_test.module, line 27
Code
function deprecation_test_deprecated_hook($arg) {
return $arg;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.