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