You are here

function yamlform_js_alter in YAML Form 8

Implements hook_js_alter().

See also

\Drupal\yamlform\YamlFormSubmissionForm::form

File

./yamlform.module, line 294
Enables the creation of forms and questionnaires.

Code

function yamlform_js_alter(&$javascript, AttachedAssetsInterface $assets) {
  _yamlform_asset_alter($javascript, $assets, 'javascript', 'js');
}