public function WebformElementAssetInterface::hasAssets in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformElementAssetInterface.php \Drupal\webform\Plugin\WebformElementAssetInterface::hasAssets()
Determine if the element has assets.
Return value
bool TRUE if the element has assets.
1 method overrides WebformElementAssetInterface::hasAssets()
- WebformOptionsCustom::hasAssets in modules/
webform_options_custom/ src/ Plugin/ WebformElement/ WebformOptionsCustom.php - Determine if the element has assets.
File
- src/
Plugin/ WebformElementAssetInterface.php, line 16
Class
- WebformElementAssetInterface
- Defines the interface for webform elements with CSS and JavaScript assets.
Namespace
Drupal\webform\PluginCode
public function hasAssets();