You are here

public function WebformSubmissionStorageInterface::getSourceEntities in Webform 6.x

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

Get source entities associated for a specified webform.

Parameters

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

Return value

array An associative array contain source entities associated for a specified webform grouped by entity type.

1 method overrides WebformSubmissionStorageInterface::getSourceEntities()
WebformSubmissionStorage::getSourceEntities in src/WebformSubmissionStorage.php
Get source entities associated for a specified webform.

File

src/WebformSubmissionStorageInterface.php, line 202

Class

WebformSubmissionStorageInterface
Defines an interface for webform submission classes.

Namespace

Drupal\webform

Code

public function getSourceEntities(WebformInterface $webform);