public function Entity::getExportProperties

Implements \Drupal\Core\Entity\EntityInterface::getExportProperties().

Overrides EntityInterface::getExportProperties

1 method overrides Entity::getExportProperties()

File

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

Class

Entity
Defines a base entity class.

Namespace

Drupal\Core\Entity

Code

public function getExportProperties() {
  return array();
}