function TypedDataInterface::getValue

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/TypedData/TypedDataInterface.php \Drupal\Core\TypedData\TypedDataInterface::getValue()
  2. 8.9.x core/lib/Drupal/Core/TypedData/TypedDataInterface.php \Drupal\Core\TypedData\TypedDataInterface::getValue()
  3. 10 core/lib/Drupal/Core/TypedData/TypedDataInterface.php \Drupal\Core\TypedData\TypedDataInterface::getValue()

Gets the data value.

Return value

mixed The data value.

1 method overrides TypedDataInterface::getValue()
TypedData::getValue in core/lib/Drupal/Core/TypedData/TypedData.php
Gets the data value.

File

core/lib/Drupal/Core/TypedData/TypedDataInterface.php, line 48

Class

TypedDataInterface
Interface for typed data objects.

Namespace

Drupal\Core\TypedData

Code

public function getValue();

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