You are here

public function YamlFormHandlerInterface::getSummary in YAML Form 8

Returns a render array summarizing the configuration of the form handler.

Return value

array A render array.

1 method overrides YamlFormHandlerInterface::getSummary()
YamlFormHandlerBase::getSummary in src/YamlFormHandlerBase.php
Returns a render array summarizing the configuration of the form handler.

File

src/YamlFormHandlerInterface.php, line 48

Class

YamlFormHandlerInterface
Defines the interface for form handlers.

Namespace

Drupal\yamlform

Code

public function getSummary();