public Entity::__sleep()
File
- core/lib/Drupal/Core/Entity/Entity.php, line 605
Class
- Entity
- Defines a base entity class.
Namespace
Drupal\Core\Entity
Code
1 2 3 4 | public function __sleep() { $this ->typedData = NULL; return $this ->traitSleep(); } |
Please login to continue.