public function Test::doSomething in Coder 8.3
Same name and namespace in other branches
- 8.2 coder_sniffer/Drupal/Test/Semantics/FunctionTUnitTest.inc \Test::doSomething()
- 8.3.x tests/Drupal/Semantics/FunctionTUnitTest.inc \Test::doSomething()
File
- tests/
Drupal/ Semantics/ FunctionTUnitTest.inc, line 24
Class
Code
public function doSomething() {
return $this
->t('This string should avoid backslashes for \'');
}