You are here

public function WebformEntityStorageInterface::getTotalNumberOfResults in Webform 8.5

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

Get total results for all webforms.

Return value

array An associative array keyed by webform id contains total results for all webforms.

1 method overrides WebformEntityStorageInterface::getTotalNumberOfResults()
WebformEntityStorage::getTotalNumberOfResults in src/WebformEntityStorage.php
Get total number of results for specified webform or all webforms.

File

src/WebformEntityStorageInterface.php, line 83

Class

WebformEntityStorageInterface
Provides an interface for Webform storage.

Namespace

Drupal\webform

Code

public function getTotalNumberOfResults();