You are here

public function WebformInterface::getAssets in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/WebformInterface.php \Drupal\webform\WebformInterface::getAssets()

Returns the webform's global and custom CSS and JavaScript assets.

Return value

array An associative array container the webform's CSS and JavaScript.

1 method overrides WebformInterface::getAssets()
Webform::getAssets in src/Entity/Webform.php
Returns the webform's global and custom CSS and JavaScript assets.

File

src/WebformInterface.php, line 492

Class

WebformInterface
Provides an interface defining a webform entity.

Namespace

Drupal\webform

Code

public function getAssets();