public function TestForm::notentity in Coder 8.3
Same name and namespace in other branches
- 8.3.x tests/DrupalPractice/Objects/GlobalClassUnitTest.inc \TestForm::notentity()
File
- tests/
DrupalPractice/ Objects/ GlobalClassUnitTest.inc, line 17
Class
Code
public function notentity() {
// This is not a user entity.
return User::load(1);
}