You are here

protected property YamlForm::$hasManagedFile in YAML Form 8

Track if the form has a managed file (upload) element.

Type: bool

File

src/Entity/YamlForm.php, line 249

Class

YamlForm
Defines the form entity.

Namespace

Drupal\yamlform\Entity

Code

protected $hasManagedFile = FALSE;