You are here

DeclareT.php in Coder 8.3.x

Same filename and directory in other branches
  1. 8.3 tests/DrupalPractice/Objects/drupal8/DeclareT.php

File

tests/DrupalPractice/Objects/drupal8/DeclareT.php
View source
<?php

class DeclareT {

  /**
   * Just declaring a t() method here, should not throw errors.
   */
  function t() {
    return '';
  }

}

Classes

Namesort descending Description
DeclareT