function deprecation_test_deprecated_hook

Same name and namespace in other branches
  1. 8.9.x core/modules/system/tests/modules/deprecation_test/deprecation_test.module \deprecation_test_deprecated_hook()
  2. 10 core/modules/system/tests/modules/deprecation_test/deprecation_test.module \deprecation_test_deprecated_hook()
  3. 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.