You are here

public function WebformInterface::hasSubmissions in Webform 8.5

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

Checks if a webform has submissions.

Return value

bool TRUE if the webform has submissions.

1 method overrides WebformInterface::hasSubmissions()
Webform::hasSubmissions in src/Entity/Webform.php
Checks if a webform has submissions.

File

src/WebformInterface.php, line 450

Class

WebformInterface
Provides an interface defining a webform entity.

Namespace

Drupal\webform

Code

public function hasSubmissions();