You are here

public function ParagraphsItemEntity::__wakeup in Paragraphs 7

Magic method to invoke setUp() on unserialization.

@todo: Remove this once it appears in a released entity API module version.

Overrides Entity::__wakeup

File

./ParagraphsItemEntity.inc, line 553

Class

ParagraphsItemEntity
Entity implementation for the paragraphs entity.

Code

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