function deprecation_test_deprecated_alter_alter

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

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.