public function ReplicationLog::getSessionId in Replication 8
Same name and namespace in other branches
- 8.2 src/Entity/ReplicationLog.php \Drupal\replication\Entity\ReplicationLog::getSessionId()
Gets the session id.
Return value
string The session id.
Overrides ReplicationLogInterface::getSessionId
File
- src/
Entity/ ReplicationLog.php, line 50
Class
- ReplicationLog
- The replication log entity type.
Namespace
Drupal\replication\EntityCode
public function getSessionId() {
return $this
->get('session_id')->value;
}