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