function hook_webform_libraries_info_alter in Webform 6.x
Same name and namespace in other branches
- 8.5 webform.api.php \hook_webform_libraries_info_alter()
Alter the webform module's libraries information.
@internal This hook will most likely be removed once there is a stable release of Libraries API for Drupal 8.
See also
https://www.drupal.org/project/libraries
\Drupal\webform\WebformLibrariesManager::initLibraries
1 invocation of hook_webform_libraries_info_alter()
- WebformLibrariesManager::initLibraries in src/
WebformLibrariesManager.php - Initialize libraries.
File
- ./
webform.api.php, line 501 - Hooks related to Webform module.
Code
function hook_webform_libraries_info_alter(&$libraries) {
}