EntityInterface::getTypedData

public 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

File

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

Class

EntityInterface
Defines a common interface for all entity objects.

Namespace

Drupal\Core\Entity

Code

public function getTypedData();
doc_Drupal
2016-10-29 09:06:41
Comments
Leave a Comment

Please login to continue.