You are here

public function YamlFormSubmissionStorageInterface::getSourceEntityTypes in YAML Form 8

Get form submission source entity types.

Parameters

\Drupal\yamlform\YamlFormInterface $yamlform: A form.

Return value

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

1 method overrides YamlFormSubmissionStorageInterface::getSourceEntityTypes()
YamlFormSubmissionStorage::getSourceEntityTypes in src/YamlFormSubmissionStorage.php
Get form submission source entity types.

File

src/YamlFormSubmissionStorageInterface.php, line 177

Class

YamlFormSubmissionStorageInterface
Defines an interface for form submission classes.

Namespace

Drupal\yamlform

Code

public function getSourceEntityTypes(YamlFormInterface $yamlform);