EntityInterface::toArray

public EntityInterface::toArray()

Gets an array of all property values.

Return value

mixed[] An array of property values, keyed by property name.

File

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

Class

EntityInterface
Defines a common interface for all entity objects.

Namespace

Drupal\Core\Entity

Code

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

Please login to continue.