You are here

public function WebformHandlerInterface::getOffCanvasWidth in Webform 8.5

Same name and namespace in other branches
  1. 6.x 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 417

Class

WebformHandlerInterface
Defines the interface for webform handlers.

Namespace

Drupal\webform\Plugin

Code

public function getOffCanvasWidth();