Search for js
- Search 7.x 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
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| JsAssetController | class | core/ |
Defines a controller to serve Javascript aggregates. |
| JsAssetController.php | file | core/ |
|
| JsAssetController::$assetType | property | core/ |
The asset type. |
| JsAssetController::$contentType | property | core/ |
The asset aggregate content type to send as Content-Type header. |
| JsAssetController::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| JsAssetController::getGroups | function | core/ |
Get grouped assets. |
| JsCollectionGrouper | class | core/ |
Groups JavaScript assets. |
| JsCollectionGrouper.php | file | core/ |
|
| JsCollectionGrouper::group | function | core/ |
Puts multiple items into the same group if they are groupable. Items of the 'file' type are groupable if their 'preprocess' flag is TRUE. Items of the 'external' type are not groupable. |
| JsCollectionOptimizerLazy | class | core/ |
Optimizes JavaScript assets. |
| JsCollectionOptimizerLazy.php | file | core/ |
|
| JsCollectionOptimizerLazy::deleteAll | function | core/ |
Deletes all optimized asset collections assets. |
| JsCollectionOptimizerLazy::optimize | function | core/ |
Optimizes a collection of assets. |
| JsCollectionOptimizerLazy::optimizeGroup | function | core/ |
Optimizes a specific group of assets. |
| JsCollectionOptimizerLazy::__construct | function | core/ |
Constructs a JsCollectionOptimizerLazy. |
| JsCollectionRenderer | class | core/ |
Renders JavaScript assets. |
| JsCollectionRenderer.php | file | core/ |
|
| JsCollectionRenderer::render | function | core/ |
This class evaluates the aggregation enabled/disabled condition on a group by group basis by testing whether an aggregate file has been made for the group rather than by testing the site-wide aggregation setting. This allows this class to work… |
| JsCollectionRenderer::__construct | function | core/ |
Constructs a JsCollectionRenderer. |
| JsDeprecationTestController | class | core/ |
Test Controller to show message links. |
| JsDeprecationTestController.php | file | core/ |
|
| JsDeprecationTestController::jsDeprecationTest | function | core/ |
Renders page that has js_deprecation_test/deprecation library attached. |
| JsDeprecationTestHooks | class | core/ |
Hook implementations for js_deprecation_test. |
| JsDeprecationTestHooks.php | file | core/ |
|
| JsDeprecationTestHooks::jsSettingsAlter | function | core/ |
Implements hook_js_settings_alter(). |
| JsDisplaceThemeHooks | class | core/ |
Theme hook implementations for js_displace module. |
| JsDisplaceThemeHooks.php | file | core/ |
|
| JsDisplaceThemeHooks::preprocessHtml | function | core/ |
Implements hook_preprocess_HOOK(). |
| JsErrorsTestController | class | core/ |
Test Controller loading js_errors_test/errors_test library. |
| JsErrorsTestController.php | file | core/ |
|
| JsErrorsTestController::jsErrorsAsyncTest | function | core/ |
Renders page that has js_errors_test/errors_async_test library attached. |
| JsErrorsTestController::jsErrorsTest | function | core/ |
Renders page that has js_errors_test/errors_test library attached. |
| JSInteractionTest | class | core/ |
Tests fault tolerant interactions. |
| JSInteractionTest.php | file | core/ |
|
| JSInteractionTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| JSInteractionTest::$modules | property | core/ |
Modules to install. |
| JSInteractionTest::testElementsInteraction | function | core/ |
Assert no exception is thrown when elements become interactive. |
| JSInteractionTest::testFieldValueNotSettable | function | core/ |
Assert an exception is thrown when the field is never enabled. |
| JSInteractionTest::testNotClickable | function | core/ |
Assert an exception is thrown when the blocker element is never removed. |
| JSInteractionTestForm | class | core/ |
Controller for testing fault tolerant JavaScript interactions. |
| JSInteractionTestForm.php | file | core/ |
|
| JSInteractionTestForm::buildForm | function | core/ |
Creates the test form. |
| JSInteractionTestForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| JSInteractionTestForm::submitForm | function | core/ |
Form submission handler. |
| JsMessageTest | class | core/ |
Tests core/drupal.message library. |
| JsMessageTest.php | file | core/ |
|
| JsMessageTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| JsMessageTest::$modules | property | core/ |
Modules to install. |
| JsMessageTest::assertCurrentMessages | function | core/ |
Asserts that currently shown messages match expected messages. |
| JsMessageTest::setUp | function | core/ |
Pagination
- Previous page
- Page 13
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.