You are here

public function ReplicationLogInterface::getSessionId in Replication 8

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

Gets the session id.

Return value

string The session id.

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

File

src/Entity/ReplicationLogInterface.php, line 33

Class

ReplicationLogInterface

Namespace

Drupal\replication\Entity

Code

public function getSessionId();