public function WebformHandlerInterface::getSummary in Webform 6.x
Same name and namespace in other branches
- 8.5 src/Plugin/WebformHandlerInterface.php \Drupal\webform\Plugin\WebformHandlerInterface::getSummary()
Returns a render array summarizing the configuration of the webform handler.
Return value
array A render array.
1 method overrides WebformHandlerInterface::getSummary()
- WebformHandlerBase::getSummary in src/
Plugin/ WebformHandlerBase.php - Returns a render array summarizing the configuration of the webform handler.
File
- src/
Plugin/ WebformHandlerInterface.php, line 61
Class
- WebformHandlerInterface
- Defines the interface for webform handlers.
Namespace
Drupal\webform\PluginCode
public function getSummary();