You are here

public function WebformSubmissionStorageInterface::getSourceEntitiesAsOptions in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/WebformSubmissionStorageInterface.php \Drupal\webform\WebformSubmissionStorageInterface::getSourceEntitiesAsOptions()

Get source entities as options for a specified webform.

Parameters

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

Return value

array An associative array contain source entities as options for a specified webform.

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

File

src/WebformSubmissionStorageInterface.php, line 215

Class

WebformSubmissionStorageInterface
Defines an interface for webform submission classes.

Namespace

Drupal\webform

Code

public function getSourceEntitiesAsOptions(WebformInterface $webform);