You are here

public function WebformVariantInterface::getOffCanvasWidth in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Plugin/WebformVariantInterface.php \Drupal\webform\Plugin\WebformVariantInterface::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 WebformVariantInterface::getOffCanvasWidth()
WebformVariantBase::getOffCanvasWidth in src/Plugin/WebformVariantBase.php
Get configuration form's off-canvas width.

File

src/Plugin/WebformVariantInterface.php, line 230

Class

WebformVariantInterface
Defines the interface for webform variants.

Namespace

Drupal\webform\Plugin

Code

public function getOffCanvasWidth();