function TestClass::_setRawContent

Same name and namespace in other branches
  1. 8.9.x core/tests/Drupal/Tests/Core/Test/AssertContentTraitTest.php \Drupal\Tests\Core\Test\TestClass::_setRawContent()

File

core/tests/Drupal/Tests/Core/Test/AssertContentTraitTest.php, line 41

Class

TestClass

Namespace

Drupal\Tests\Core\Test

Code

public function _setRawContent($content) {
    $this->setRawContent($content);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.