You are here

public function WebformInterface::isResultsDisabled in Webform 8.5

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

Determine if the saving of submissions is disabled.

Return value

bool TRUE if the saving of submissions is disabled.

1 method overrides WebformInterface::isResultsDisabled()
Webform::isResultsDisabled in src/Entity/Webform.php
Determine if the saving of submissions is disabled.

File

src/WebformInterface.php, line 442

Class

WebformInterface
Provides an interface defining a webform entity.

Namespace

Drupal\webform

Code

public function isResultsDisabled();