You are here

public function WebformInterface::hasComputed in Webform 6.x

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

Determine if the webform's elements include computed values.

Return value

bool TRUE if the webform's elements include computed values.

1 method overrides WebformInterface::hasComputed()
Webform::hasComputed in src/Entity/Webform.php
Determine if the webform's elements include computed values.

File

src/WebformInterface.php, line 200

Class

WebformInterface
Provides an interface defining a webform entity.

Namespace

Drupal\webform

Code

public function hasComputed();