public function WebformInterface::hasManagedFile in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformInterface.php \Drupal\webform\WebformInterface::hasManagedFile()
Determine if the webform's elements include a managed_file upload element.
Return value
bool TRUE if the webform's elements include a managed_file upload element.
1 method overrides WebformInterface::hasManagedFile()
- Webform::hasManagedFile in src/
Entity/ Webform.php - Determine if the webform's elements include a managed_file upload element.
File
- src/
WebformInterface.php, line 184
Class
- WebformInterface
- Provides an interface defining a webform entity.
Namespace
Drupal\webformCode
public function hasManagedFile();