You are here

public function WebformSubmissionStorageInterface::getSourceEntitiesTotal in Webform 6.x

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

Get total number of source entities.

Parameters

\Drupal\webform\WebformInterface $webform: A webform.

Return value

int Total number of source entities.

1 method overrides WebformSubmissionStorageInterface::getSourceEntitiesTotal()
WebformSubmissionStorage::getSourceEntitiesTotal in src/WebformSubmissionStorage.php
Get total number of source entities.

File

src/WebformSubmissionStorageInterface.php, line 190

Class

WebformSubmissionStorageInterface
Defines an interface for webform submission classes.

Namespace

Drupal\webform

Code

public function getSourceEntitiesTotal(WebformInterface $webform);