public function Entity::__sleep
public Entity::__sleep()
File
- core/lib/Drupal/Core/Entity/Entity.php, line 605
Class
- Entity
- Defines a base entity class.
Namespace
Drupal\Core\EntityCode
public function __sleep() { $this->typedData = NULL; return $this->traitSleep(); }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!Entity.php/function/Entity::__sleep/8.1.x