You are here

public function WebformElementInterface::displayDisabledWarning in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Plugin/WebformElementInterface.php \Drupal\webform\Plugin\WebformElementInterface::displayDisabledWarning()

Display element disabled warning.

Parameters

array $element: An element.

1 method overrides WebformElementInterface::displayDisabledWarning()
WebformElementBase::displayDisabledWarning in src/Plugin/WebformElementBase.php
Display element disabled warning.

File

src/Plugin/WebformElementInterface.php, line 395

Class

WebformElementInterface
Defines the interface for webform elements.

Namespace

Drupal\webform\Plugin

Code

public function displayDisabledWarning(array $element);