You are here

public function ExceptionExample::ipsum in Coder 8.3.x

Same name and namespace in other branches
  1. 8.3 tests/DrupalPractice/General/ExceptionTUnitTest.inc \ExceptionExample::ipsum()

File

tests/DrupalPractice/General/ExceptionTUnitTest.inc, line 17

Class

ExceptionExample

Code

public function ipsum() {
  return $this
    ->t('Error');
}