

If you are using the transcoder at (paid service), then you do not require FFmpeg. To transcode your videos locally on your server, Blue Droplet Video uses FFmpeg. It can also be necessary to scale down and reduce the bandwidth requirements of the video. Includes/ common.inc, line 4968 Common functions that many Drupal modules will need to reference.For Blue Droplet Video to play videos in the browser, it needs to convert them into a format that is compatible with Flash. overlay_render_region in modules/ overlay/ overlay.module Renders an individual page region. JavaScriptTestCase::setUp in modules/ simpletest/ tests/ common.test Sets up a Drupal site for running functional and integration tests.

See full list 3 string references to 'drupal_add_library' JavaScriptTestCase::resetStaticVariables in modules/ simpletest/ tests/ common.test Resets static variables related to adding JavaScript to a page. JavaScriptTestCase::testLibraryRender in modules/ simpletest/ tests/ common.test Adds a library to the page and tests for both its JavaScript and its CSS. JavaScriptTestCase::testLibraryAlter in modules/ simpletest/ tests/ common.test Adds a JavaScript library to the page and alters it. drupal_process_attached in includes/ common.inc Adds attachments to a render() structure. drupal_add_tabledrag in includes/ common.inc Assists in adding the tableDrag JavaScript behavior to a themed table.

Hook_library_alter() 12 calls to drupal_add_library() drupal_add_js in includes/ common.inc Adds a JavaScript file, setting, or inline code to the page. TRUE if the library was successfully added FALSE if the library or one of With the every_page flag set to TRUE can participate in aggregation. Set to TRUE if this library is added to every page on the site. The name of the module that registered the library. Thisįunction allows modules to load a library defined/shipped by itself or aĭepending module, without having to add all files of the library separately.Įach library is only loaded once. For example, a libraryĬan be a jQuery plugin, a JavaScript framework, or a CSS framework.

Settings, and optionally requiring another library. Adds multiple JavaScript or CSS files at the same time.Ī library defines a set of JavaScript and/or CSS files, optionally using
