You are here

public function WebformElementInterface::isExcluded in Webform 8.5

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

Checks if the element is excluded via webform.settings.

Return value

bool TRUE if the element is excluded.

1 method overrides WebformElementInterface::isExcluded()
WebformElementBase::isExcluded in src/Plugin/WebformElementBase.php
Checks if the element is excluded via webform.settings.

File

src/Plugin/WebformElementInterface.php, line 226

Class

WebformElementInterface
Defines the interface for webform elements.

Namespace

Drupal\webform\Plugin

Code

public function isExcluded();