Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Entity/EntityInterface.php \Drupal\Core\Entity\EntityInterface::getTypedData()
  2. 9 core/lib/Drupal/Core/Entity/EntityInterface.php \Drupal\Core\Entity\EntityInterface::getTypedData()

Gets a typed data object for this entity object.

The returned typed data object wraps this entity and allows dealing with entities based on the generic typed data API.

Return value

\Drupal\Core\TypedData\ComplexDataInterface The typed data object for this entity.

See also

\Drupal\Core\TypedData\TypedDataInterface

1 call to EntityInterface::getTypedData()
Media::validate in core/modules/media/src/Entity/Media.php
Validates the currently set values.
1 method overrides EntityInterface::getTypedData()
EntityBase::getTypedData in core/lib/Drupal/Core/Entity/EntityBase.php
Gets a typed data object for this entity object.

File

core/lib/Drupal/Core/Entity/EntityInterface.php, line 409

Class

EntityInterface
Defines a common interface for all entity objects.

Namespace

Drupal\Core\Entity

Code

public function getTypedData();