class TestObject
Test class used for the encoding test.
Hierarchy
- class \Drupal\Tests\serialization\Unit\Encoder\TestObject
Expanded class hierarchy of TestObject
File
-
core/
modules/ serialization/ tests/ src/ Unit/ Encoder/ XmlEncoderTest.php, line 116
Namespace
Drupal\Tests\serialization\Unit\EncoderView source
class TestObject {
/**
* Return the characters "A".
*/
public function getA() {
return 'A';
}
}
Members
| Title Sort descending | Modifiers | Object type | Summary |
|---|---|---|---|
| TestObject::getA | public | function | Return the characters "A". |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.