You are here

public function YamlFormSubmissionInterface::getRemoteAddr in YAML Form 8

Gets the remote IP address of the submission.

Return value

string The remote IP address of the submission

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

File

src/YamlFormSubmissionInterface.php, line 137

Class

YamlFormSubmissionInterface
Provides an interface defining a form submission entity.

Namespace

Drupal\yamlform

Code

public function getRemoteAddr();