By admin , 4 April, 2024 Tags template theme /** * Implements hook_theme(). */ function MY_MODULE_theme($existing, $type, $theme, $path) { return [ 'commerce_order__admin' => [ 'template' => 'commerce-order--admin-custom', ], ]; }