You are here

function hook_webform_libraries_info in Webform 8.5

Same name and namespace in other branches
  1. 6.x webform.api.php \hook_webform_libraries_info()

Return information about external webform libraries.

@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

6 functions implement hook_webform_libraries_info()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

webform_icheck_webform_libraries_info in modules/webform_icheck/webform_icheck.module
Implements hook_webform_libraries_info().
webform_image_select_webform_libraries_info in modules/webform_image_select/webform_image_select.module
Implements hook_webform_libraries_info().
webform_location_geocomplete_webform_libraries_info in modules/webform_location_geocomplete/webform_location_geocomplete.module
Implements hook_webform_libraries_info().
webform_options_custom_webform_libraries_info in modules/webform_options_custom/webform_options_custom.module
Implements hook_webform_libraries_info().
webform_shortcuts_webform_libraries_info in modules/webform_shortcuts/webform_shortcuts.module
Implements hook_webform_libraries_info().

... See full list

2 invocations of hook_webform_libraries_info()
WebformLibrariesManager::initLibraries in src/WebformLibrariesManager.php
Initialize libraries.
webform_library_info_alter in includes/webform.libraries.inc
Implements hook_library_info_alter().

File

./webform.api.php, line 487
Hooks related to Webform module.

Code

function hook_webform_libraries_info() {
}