You are here

public function WebformElementInterface::isHidden in Webform 8.5

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

Checks if the element is hidden.

Return value

bool TRUE if the element is hidden.

1 method overrides WebformElementInterface::isHidden()
WebformElementBase::isHidden in src/Plugin/WebformElementBase.php
Checks if the element is hidden.

File

src/Plugin/WebformElementInterface.php, line 218

Class

WebformElementInterface
Defines the interface for webform elements.

Namespace

Drupal\webform\Plugin

Code

public function isHidden();