protected function WebformEntityStorageTrait::getSubmissionStorage in Webform 6.x
Retrieves the webform submission storage.
Return value
\Drupal\webform\WebformSubmissionStorageInterface The webform submission storage.
1 call to WebformEntityStorageTrait::getSubmissionStorage()
- WebformDevelSubmissionApiForm::buildForm in modules/
webform_devel/ src/ Form/ WebformDevelSubmissionApiForm.php - Form constructor.
File
- src/
EntityStorage/ WebformEntityStorageTrait.php, line 123
Class
- WebformEntityStorageTrait
- Trait for webform entity storage management.
Namespace
Drupal\webform\EntityStorageCode
protected function getSubmissionStorage() {
return $this->entityTypeManager
->getStorage('webform_submission');
}