public function WebformSubmissionStorageInterface::getSourceEntitiesTotal in Webform 8.5
Same name and namespace in other branches
- 6.x 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 191
Class
- WebformSubmissionStorageInterface
- Defines an interface for webform submission classes.
Namespace
Drupal\webformCode
public function getSourceEntitiesTotal(WebformInterface $webform);