public function YamlFormSubmissionStorageInterface::getCustomColumns in YAML Form 8
Get customized submission columns used to display custom table.
Parameters
\Drupal\yamlform\YamlFormInterface|null $yamlform: A form.
\Drupal\Core\Entity\EntityInterface|null $source_entity: A form submission source entity.
\Drupal\Core\Session\AccountInterface|null $account: A user account.
Return value
array|mixed An associative array of columns keyed by name.
1 method overrides YamlFormSubmissionStorageInterface::getCustomColumns()
- YamlFormSubmissionStorage::getCustomColumns in src/
YamlFormSubmissionStorage.php - Get customized submission columns used to display custom table.
File
- src/
YamlFormSubmissionStorageInterface.php, line 192
Class
- YamlFormSubmissionStorageInterface
- Defines an interface for form submission classes.
Namespace
Drupal\yamlformCode
public function getCustomColumns(YamlFormInterface $yamlform = NULL, EntityInterface $source_entity = NULL, AccountInterface $account = NULL, $include_elements = TRUE);