You are here

public function YamlFormSubmissionInterface::setRemoteAddr in YAML Form 8

Sets remote IP address of the submission.

Parameters

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

Return value

$this

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

File

src/YamlFormSubmissionInterface.php, line 147

Class

YamlFormSubmissionInterface
Provides an interface defining a form submission entity.

Namespace

Drupal\yamlform

Code

public function setRemoteAddr($ip_address);