Skip to content
Snippets Groups Projects
Commit cc4075a7 authored by Mark Dorison's avatar Mark Dorison
Browse files

Replace usage of t() with StringTranslationTrait $this->t().

parent b56bfb45
No related branches found
No related tags found
No related merge requests found
......@@ -536,7 +536,7 @@ class RemotePostWebformHandler extends WebformHandlerBase {
}
// If debugging is enabled, display the request and response.
$this->debug(t('Remote post successful!'), $state, $request_url, $request_method, $request_type, $request_options, $response, 'warning');
$this->debug($this->t('Remote post successful!'), $state, $request_url, $request_method, $request_type, $request_options, $response, 'warning');
// Replace [webform:handler] tokens in submission data.
// Data structured for [webform:handler:remote_post:completed:key] tokens.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment