function TestObject::getA

Return the characters "A".

File

core/modules/serialization/tests/src/Unit/Encoder/XmlEncoderTest.php, line 116

Class

TestObject
Test class used for the encoding test.

Namespace

Drupal\Tests\serialization\Unit\Encoder

Code

public function getA() {
  return 'A';
}

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