function ModuleTestOopPreprocessThemeHooks::rootPreprocess

File

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

Class

ModuleTestOopPreprocessThemeHooks
Hook implementations for module_test_oop_preprocess.

Namespace

Drupal\module_test_oop_preprocess\Hook

Code

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

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