public function YamlFormSubmissionInterface::toArray in YAML Form 8
Gets an array of all property values.
Parameters
bool $custom: If TRUE, return customized array that contains simplified properties and form submission data.
Return value
mixed[] An array of property values, keyed by property name.
Overrides FieldableEntityInterface::toArray
File
- src/
YamlFormSubmissionInterface.php, line 324
Class
- YamlFormSubmissionInterface
- Provides an interface defining a form submission entity.
Namespace
Drupal\yamlformCode
public function toArray($custom = FALSE);