You are here

public function WebformProtectedDownloadsStorageInterface::getByWebformSubmission in Webform Protected Downloads 8

1 method overrides WebformProtectedDownloadsStorageInterface::getByWebformSubmission()
WebformProtectedDownloadsStorage::getByWebformSubmission in src/WebformProtectedDownloadsStorage.php

File

src/WebformProtectedDownloadsStorageInterface.php, line 15

Class

WebformProtectedDownloadsStorageInterface
Defines an interface for webform_protected_downloads entity storage class.

Namespace

Drupal\webform_protected_downloads

Code

public function getByWebformSubmission(WebformSubmission $webformSubmission);