You are here

public function WebformInterface::hasRemoteAddr in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformInterface.php \Drupal\webform\WebformInterface::hasRemoteAddr()

Determine if remote IP address is being stored.

Return value

bool TRUE if remote IP address is being stored.

1 method overrides WebformInterface::hasRemoteAddr()
Webform::hasRemoteAddr in src/Entity/Webform.php
Determine if remote IP address is being stored.

File

src/WebformInterface.php, line 434

Class

WebformInterface
Provides an interface defining a webform entity.

Namespace

Drupal\webform

Code

public function hasRemoteAddr();