You are here

public function TestForm::notentity in Coder 8.3.x

Same name and namespace in other branches
  1. 8.3 tests/DrupalPractice/Objects/GlobalClassUnitTest.inc \TestForm::notentity()

File

tests/DrupalPractice/Objects/GlobalClassUnitTest.inc, line 17

Class

TestForm

Code

public function notentity() {

  // This is not a user entity.
  return User::load(1);
}