public function EntityInterface::getExportProperties

Retrieves the exportable properties of the entity.

Return value

array An array of exportable properties and their values.

3 methods override EntityInterface::getExportProperties()
Entity::getExportProperties in drupal/core/lib/Drupal/Core/Entity/Entity.php
Implements \Drupal\Core\Entity\EntityInterface::getExportProperties().
EntityBCDecorator::getExportProperties in drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php
Forwards the call to the decorated entity.
ViewUI::getExportProperties in drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php
Implements \Drupal\Core\Entity\EntityInterface::getExportProperties().

File

drupal/core/lib/Drupal/Core/Entity/EntityInterface.php, line 208
Contains \Drupal\Core\Entity\EntityInterface.

Class

EntityInterface
Defines a common interface for all entity objects.

Namespace

Drupal\Core\Entity

Code

public function getExportProperties();