function deprecation_test_deprecated_alter_alter
Same name in other branches
- 9 core/modules/system/tests/modules/deprecation_test/deprecation_test.module \deprecation_test_deprecated_alter_alter()
- 8.9.x core/modules/system/tests/modules/deprecation_test/deprecation_test.module \deprecation_test_deprecated_alter_alter()
- 11.x core/modules/system/tests/modules/deprecation_test/deprecation_test.module \deprecation_test_deprecated_alter_alter()
Implements hook_deprecated_alter_alter().
File
-
core/
modules/ system/ tests/ modules/ deprecation_test/ deprecation_test.module, line 35
Code
function deprecation_test_deprecated_alter_alter(&$data, $context1, $context2) {
$data = [
$context1,
$context2,
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.