function DeprecationHookAttributeTestHooks::deprecatedAlterAlterFirst

Implements hook_deprecated_alter_alter().

File

core/modules/system/tests/modules/deprecation_hook_attribute_test/src/Hook/DeprecationHookAttributeTestHooks.php, line 25

Class

DeprecationHookAttributeTestHooks
Implements hooks for the deprecation hook attribute test.

Namespace

Drupal\deprecation_hook_attribute_test\Hook

Code

public function deprecatedAlterAlterFirst(&$data, $context1, $context2) : void {
    $data = [
        $context1,
        $context2,
    ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.