You are here

function DeclareT::t in Coder 8.3.x

Same name and namespace in other branches
  1. 8.3 tests/DrupalPractice/Objects/drupal8/DeclareT.php \DeclareT::t()

Just declaring a t() method here, should not throw errors.

File

tests/DrupalPractice/Objects/drupal8/DeclareT.php, line 8

Class

DeclareT

Code

function t() {
  return '';
}