Search for js
- Search 9.5.x for js
- Search 8.9.x for js
- Search 10.3.x for js
- Search 11.x for js
- Search main for js
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| AnnounceFeedTestInvalidJsonTestCase | class | modules/ |
Tests the announcements feed with invalid JSON URLs. |
| AnnounceFeedTestInvalidJsonTestCase::$invalidJson | property | modules/ |
A test endpoint which returns invalid JSON. |
| AnnounceFeedTestInvalidJsonTestCase::$removed | property | modules/ |
A test endpoint that will have some feeds removed. |
| AnnounceFeedTestInvalidJsonTestCase::$responseJson | property | modules/ |
A test endpoint which contains the community feeds. |
| AnnounceFeedTestInvalidJsonTestCase::$unknownJson | property | modules/ |
A test endpoint which does not exist. |
| AnnounceFeedTestInvalidJsonTestCase::$user | property | modules/ |
A user with permission to access toolbar and access announcements. |
| AnnounceFeedTestInvalidJsonTestCase::getInfo | function | modules/ |
|
| AnnounceFeedTestInvalidJsonTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| AnnounceFeedTestInvalidJsonTestCase::testInvalidFeedResponse | function | modules/ |
Test the announcements feed with invalid JSON or non-existing JSON URL. |
| AnnounceFeedTestSanitizationTestCase::$hackedJson | property | modules/ |
A test endpoint which contains the malicious content. |
| AnnounceFeedTestValidateJsonFeed | class | modules/ |
Tests for validating JSON feed with different JSON URLs. |
| AnnounceFeedTestValidateJsonFeed::$emptyJson | property | modules/ |
A test endpoint which displays an empty JSON. |
| AnnounceFeedTestValidateJsonFeed::$removed | property | modules/ |
A test endpoint that will have some feeds removed. |
| AnnounceFeedTestValidateJsonFeed::$responseJson | property | modules/ |
A test endpoint which contains the community feeds. |
| AnnounceFeedTestValidateJsonFeed::$updatedJson | property | modules/ |
A test endpoint which include the new/updated feeds. |
| AnnounceFeedTestValidateJsonFeed::$user | property | modules/ |
A user with permission to access toolbar and access announcements. |
| AnnounceFeedTestValidateJsonFeed::getInfo | function | modules/ |
|
| AnnounceFeedTestValidateJsonFeed::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| AnnounceFeedTestValidateJsonFeed::testAnnounceFeedEmpty | function | modules/ |
Check the status of the feed with an empty JSON feed. |
| AnnounceFeedTestValidateJsonFeed::testAnnounceFeedUpdatedAndRemoved | function | modules/ |
Testing the feed with Updated and Removed JSON feeds. |
| ANNOUNCEMENTS_FEED_DEFAULT_JSON_URL | constant | modules/ |
Default URL for the announcements JSON feed. |
| book_pick_book_nojs_submit | function | modules/ |
Form submission handler for node_form(). |
| common_test_js_and_css_querystring | function | modules/ |
Adds a JavaScript file and a CSS file with a query string appended. |
| DrupalJSONTest | class | modules/ |
Tests converting PHP variables to JSON strings and back. |
| DrupalJSONTest::getInfo | function | modules/ |
|
| DrupalJSONTest::testJSON | function | modules/ |
Tests converting PHP variables to JSON strings and back. |
| drupal_add_js | function | includes/ |
Adds a JavaScript file, setting, or inline code to the page. |
| drupal_build_js_cache | function | includes/ |
Aggregates JavaScript files into a cache file in the files directory. |
| drupal_clear_js_cache | function | includes/ |
Deletes old cached JavaScript files and variables. |
| drupal_get_js | function | includes/ |
Returns a themed presentation of all JavaScript code for the current page. |
| drupal_json_decode | function | includes/ |
Converts an HTML-safe JSON string into its PHP equivalent. |
| drupal_json_encode | function | includes/ |
Converts a PHP variable into its JavaScript equivalent. |
| drupal_json_encode_helper | function | includes/ |
Encodes a PHP variable to HTML-safe JSON for PHP versions below 5.3.0. |
| drupal_json_output | function | includes/ |
Returns data in JSON format. |
| drupal_js_defaults | function | includes/ |
Constructs an array of the defaults that are used for JavaScript items. |
| drupal_sort_css_js | function | includes/ |
Sorts CSS and JavaScript resources. |
| FieldFormTestCase::testFieldFormJSAddMore | function | modules/ |
|
| field_add_more_js | function | modules/ |
Ajax callback in response to a new empty widget being added to the form. |
| field_ui_display_overview_multistep_js | function | modules/ |
Ajax handler for multistep buttons on the 'Manage display' screen. |
| hook_js_alter | function | modules/ |
Perform necessary alterations to the JavaScript before it is presented on the page. |
| JavaScriptTestCase::$preprocess_js | property | modules/ |
Store configured value for JavaScript preprocessing. |
| JavaScriptTestCase::testAddJsFileWithQueryString | function | modules/ |
Tests that the query string remains intact when adding JavaScript files that have query string parameters. |
| JavaScriptTestCase::testSetHasJsCookie | function | modules/ |
Tests that the set_has_js_cookie variable is reflected in Drupal.settings. |
| json-encode.inc | file | includes/ |
Provides a helper to properly encode HTML-safe JSON prior to PHP 5.3.0. |
| JS_DEFAULT | constant | includes/ |
The default group for module JavaScript code added to the page. |
| JS_LIBRARY | constant | includes/ |
The default group for JavaScript and jQuery libraries added to the page. |
| JS_THEME | constant | includes/ |
The default group for theme JavaScript code added to the page. |
| locale_js_alter | function | modules/ |
Implements hook_js_alter(). |
| LOCALE_JS_OBJECT | constant | includes/ |
Regular expression pattern used to match simple JS object literal. |
| LOCALE_JS_OBJECT_CONTEXT | constant | includes/ |
Regular expression to match an object containing a key 'context'. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.