public function WebformElementInterface::isDisabled in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformElementInterface.php \Drupal\webform\Plugin\WebformElementInterface::isDisabled()
Checks if the element is disabled.
Return value
bool TRUE if the element is disabled.
1 method overrides WebformElementInterface::isDisabled()
- WebformElementBase::isDisabled in src/
Plugin/ WebformElementBase.php - Checks if the element is disabled.
File
- src/
Plugin/ WebformElementInterface.php, line 242
Class
- WebformElementInterface
- Defines the interface for webform elements.
Namespace
Drupal\webform\PluginCode
public function isDisabled();