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