function ComputedString::getCastedValue

File

core/modules/system/tests/modules/entity_test/src/TypedData/ComputedString.php, line 28

Class

ComputedString
A computed property for test strings.

Namespace

Drupal\entity_test\TypedData

Code

public function getCastedValue() {
  return $this->getString();
}

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