public function WebformHandlerInterface::getOffCanvasWidth in Webform 6.x
Same name and namespace in other branches
- 8.5 src/Plugin/WebformHandlerInterface.php \Drupal\webform\Plugin\WebformHandlerInterface::getOffCanvasWidth()
Get configuration form's off-canvas width.
Return value
string The off-canvas width.
See also
WebformDialogHelper::DIALOG_NARROW
WebformDialogHelper::DIALOG_NORMAL
WebformDialogHelper::DIALOG_WIDE
WebformDialogHelper::DIALOG_NONE
1 method overrides WebformHandlerInterface::getOffCanvasWidth()
- WebformHandlerBase::getOffCanvasWidth in src/
Plugin/ WebformHandlerBase.php - Get configuration form's off-canvas width.
File
- src/
Plugin/ WebformHandlerInterface.php, line 371
Class
- WebformHandlerInterface
- Defines the interface for webform handlers.
Namespace
Drupal\webform\PluginCode
public function getOffCanvasWidth();