You are here

public function WebformProtectedDownloadsManagerInterface::getSubmissionByHash in Webform Protected Downloads 8

Get WebformProtectedDownloads entity by hash.

Parameters

string $hash: The hash.

Return value

mixed Return entity or false.

1 method overrides WebformProtectedDownloadsManagerInterface::getSubmissionByHash()
WebformProtectedDownloadsManager::getSubmissionByHash in src/WebformProtectedDownloadsManager.php
Get WebformProtectedDownloads entity by hash.

File

src/WebformProtectedDownloadsManagerInterface.php, line 32

Class

WebformProtectedDownloadsManagerInterface
Interface WebformProtectedDownloadsManagerInterface.

Namespace

Drupal\webform_protected_downloads

Code

public function getSubmissionByHash($hash);