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();
Please login to continue.