You are here

public function WebformElementInterface::isEnabled in Webform 8.5

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

Checks if the element is enabled.

Return value

bool TRUE if the element is enabled.

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

File

src/Plugin/WebformElementInterface.php, line 234

Class

WebformElementInterface
Defines the interface for webform elements.

Namespace

Drupal\webform\Plugin

Code

public function isEnabled();