You are here

public function WebformSubmissionInterface::setRemoteAddr in Webform 8.5

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

Sets remote IP address of the submission.

Parameters

string $ip_address: The remote IP address of the submission.

Return value

$this

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

File

src/WebformSubmissionInterface.php, line 210

Class

WebformSubmissionInterface
Provides an interface defining a webform submission entity.

Namespace

Drupal\webform

Code

public function setRemoteAddr($ip_address);