You are here

public function WebformSubmissionStorageInterface::getSourceEntityTypes in Webform 6.x

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

Get webform submission source entity types.

Parameters

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

Return value

array An array of entity types that the webform has been submitted from.

1 method overrides WebformSubmissionStorageInterface::getSourceEntityTypes()
WebformSubmissionStorage::getSourceEntityTypes in src/WebformSubmissionStorage.php
Get webform submission source entity types.

File

src/WebformSubmissionStorageInterface.php, line 322

Class

WebformSubmissionStorageInterface
Defines an interface for webform submission classes.

Namespace

Drupal\webform

Code

public function getSourceEntityTypes(WebformInterface $webform);