You are here

function webform_bootstrap_test_module_page_attachments in Webform 6.x

Same name and namespace in other branches
  1. 8.5 modules/webform_bootstrap/tests/modules/webform_bootstrap_test_module/webform_bootstrap_test_module.module \webform_bootstrap_test_module_page_attachments()

Implements hook_page_attachments().

File

modules/webform_bootstrap/tests/modules/webform_bootstrap_test_module/webform_bootstrap_test_module.module, line 11
Installs and integrates the Webform Test Bootstrap theme.

Code

function webform_bootstrap_test_module_page_attachments(array &$attachments) {
  $attachments['#attached']['library'][] = 'webform_bootstrap_test_module/webform_bootstrap_test_module';
}