1 drupal.inc drupal_get_library($module, $name = NULL)

Retrieves information for a JavaScript/CSS library.

Deprecated

since 1.0.0

See also

backdrop_get_library()

Related topics

File

core/includes/drupal.inc, line 1051
Contains constants and function wrappers for Drupal 7.x compatibility.

Code

function drupal_get_library($module, $name = NULL) {
  return backdrop_get_library($module, $name);
}