function DeprecationHookAttributeTestHooks::deprecatedHook

Implements hook_deprecated_hook().

File

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

Class

DeprecationHookAttributeTestHooks
Implements hooks for the deprecation hook attribute test.

Namespace

Drupal\deprecation_hook_attribute_test\Hook

Code

public function deprecatedHook($arg) : mixed {
    return $arg;
}

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