You are here

public function ReplicationLogInterface::setSessionId in Replication 8

Same name and namespace in other branches
  1. 8.2 src/Entity/ReplicationLogInterface.php \Drupal\replication\Entity\ReplicationLogInterface::setSessionId()

Sets the session id.

Parameters

string $session_id: The session id to set.

Return value

$this

1 method overrides ReplicationLogInterface::setSessionId()
ReplicationLog::setSessionId in src/Entity/ReplicationLog.php
Sets the session id.

File

src/Entity/ReplicationLogInterface.php, line 43

Class

ReplicationLogInterface

Namespace

Drupal\replication\Entity

Code

public function setSessionId($session_id);