You are here

public function ContentEntityConflictHandler::__wakeup in Conflict 8.2

File

src/Entity/ContentEntityConflictHandler.php, line 698

Class

ContentEntityConflictHandler

Namespace

Drupal\conflict\Entity

Code

public function __wakeup() {
  $this
    ->traitWakeup();
  $this->storage = $this->entityTypeManager
    ->getStorage($this->entityType
    ->id());
}