public function WebformInterface::getElementsManagedFiles in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformInterface.php \Drupal\webform\WebformInterface::getElementsManagedFiles()
Get webform managed file elements.
Return value
array Webform managed file elements.
1 method overrides WebformInterface::getElementsManagedFiles()
- Webform::getElementsManagedFiles in src/
Entity/ Webform.php - Get webform managed file elements.
File
- src/
WebformInterface.php, line 767
Class
- WebformInterface
- Provides an interface defining a webform entity.
Namespace
Drupal\webformCode
public function getElementsManagedFiles();