function ModuleTestOopPreprocessThemeHooks::preprocessTest

Same name and namespace in other branches
  1. 11.x core/modules/system/tests/modules/module_test_oop_preprocess/src/Hook/ModuleTestOopPreprocessThemeHooks.php \Drupal\module_test_oop_preprocess\Hook\ModuleTestOopPreprocessThemeHooks::preprocessTest()

Attributes

#[Hook('preprocess_test')]

File

core/modules/system/tests/modules/module_test_oop_preprocess/src/Hook/ModuleTestOopPreprocessThemeHooks.php, line 19

Class

ModuleTestOopPreprocessThemeHooks
Hook implementations for module_test_oop_preprocess.

Namespace

Drupal\module_test_oop_preprocess\Hook

Code

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

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