public function EntityNG::__wakeup

Magic __wakeup() implementation.

File

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

Class

EntityNG
Implements Entity Field API specific enhancements to the Entity class.

Namespace

Drupal\Core\Entity

Code

public function __wakeup() {
  $this
    ->init();
}