You are here

public function WebformElementAssetInterface::hasAssets in Webform 6.x

Same name and namespace in other branches
  1. 8.5 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\Plugin

Code

public function hasAssets();