public function TestClass::_getTextContent in Drupal 9
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/Core/Test/AssertContentTraitTest.php \Drupal\Tests\Core\Test\TestClass::_getTextContent()
File
- core/
tests/ Drupal/ Tests/ Core/ Test/ AssertContentTraitTest.php, line 45
Class
Namespace
Drupal\Tests\Core\TestCode
public function _getTextContent() {
return $this
->getTextContent();
}