protected function TestTrait::getStuff in Drupal 10
Same name and namespace in other branches
- 8 core/modules/system/tests/src/Traits/TestTrait.php \Drupal\Tests\system\Traits\TestTrait::getStuff()
- 9 core/modules/system/tests/src/Traits/TestTrait.php \Drupal\Tests\system\Traits\TestTrait::getStuff()
Return a test string to a trait user.
Return value
string Just a random sort of string.
File
- core/
modules/ system/ tests/ src/ Traits/ TestTrait.php, line 28
Class
- TestTrait
- A nothing trait, but declared in the Drupal\Tests namespace.
Namespace
Drupal\Tests\system\TraitsCode
protected function getStuff() {
return $this->stuff;
}