public function YamlFormInterface::hasManagedFile in YAML Form 8
Determine if the form's elements include a managed_file upload element.
Return value
bool TRUE if the form's elements include a managed_file upload element.
1 method overrides YamlFormInterface::hasManagedFile()
- YamlForm::hasManagedFile in src/
Entity/ YamlForm.php - Determine if the form's elements include a managed_file upload element.
File
- src/
YamlFormInterface.php, line 29
Class
- YamlFormInterface
- Provides an interface defining a form entity.
Namespace
Drupal\yamlformCode
public function hasManagedFile();