You are here

public function WebformSubmissionInterface::getRemoteAddr in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/WebformSubmissionInterface.php \Drupal\webform\WebformSubmissionInterface::getRemoteAddr()

Gets the remote IP address of the submission.

Return value

string The remote IP address of the submission

1 method overrides WebformSubmissionInterface::getRemoteAddr()
WebformSubmission::getRemoteAddr in src/Entity/WebformSubmission.php
Gets the remote IP address of the submission.

File

src/WebformSubmissionInterface.php, line 200

Class

WebformSubmissionInterface
Provides an interface defining a webform submission entity.

Namespace

Drupal\webform

Code

public function getRemoteAddr();