You are here

public function WebformInterface::isConfidential in Webform 8.5

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

Returns the webform confidential indicator.

Return value

bool TRUE if the webform is confidential.

1 method overrides WebformInterface::isConfidential()
Webform::isConfidential in src/Entity/Webform.php
Returns the webform confidential indicator.

File

src/WebformInterface.php, line 426

Class

WebformInterface
Provides an interface defining a webform entity.

Namespace

Drupal\webform

Code

public function isConfidential();