function 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.