public function WebformElementInterface::getOffCanvasWidth in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformElementInterface.php \Drupal\webform\Plugin\WebformElementInterface::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 WebformElementInterface::getOffCanvasWidth()
- WebformElementBase::getOffCanvasWidth in src/
Plugin/ WebformElementBase.php - Get configuration form's off-canvas width.
File
- src/
Plugin/ WebformElementInterface.php, line 891
Class
- WebformElementInterface
- Defines the interface for webform elements.
Namespace
Drupal\webform\PluginCode
public function getOffCanvasWidth();