You are here

public function WebformOptionsLimitHandlerInterface::buildSummaryTable in Webform 6.x

Same name and namespace in other branches
  1. 8.5 modules/webform_options_limit/src/Plugin/WebformOptionsLimitHandlerInterface.php \Drupal\webform_options_limit\Plugin\WebformOptionsLimitHandlerInterface::buildSummaryTable()

Build summary table.

Return value

array A renderable containing the options limit summary table.

1 method overrides WebformOptionsLimitHandlerInterface::buildSummaryTable()
OptionsLimitWebformHandler::buildSummaryTable in modules/webform_options_limit/src/Plugin/WebformHandler/OptionsLimitWebformHandler.php
Build summary table.

File

modules/webform_options_limit/src/Plugin/WebformOptionsLimitHandlerInterface.php, line 100

Class

WebformOptionsLimitHandlerInterface
Defines the interface for webform options limit handlers.

Namespace

Drupal\webform_options_limit\Plugin

Code

public function buildSummaryTable();