Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
js_deprecation_test.info.yml file core/modules/system/tests/modules/js_deprecation_test/js_deprecation_test.info.yml core/modules/system/tests/modules/js_deprecation_test/js_deprecation_test.info.yml
js_deprecation_test.libraries.yml file core/modules/system/tests/modules/js_deprecation_test/js_deprecation_test.libraries.yml core/modules/system/tests/modules/js_deprecation_test/js_deprecation_test.libraries.yml
js_deprecation_test.module file core/modules/system/tests/modules/js_deprecation_test/js_deprecation_test.module Helper module for the JavaScript deprecation tests.
js_deprecation_test.routing.yml file core/modules/system/tests/modules/js_deprecation_test/js_deprecation_test.routing.yml core/modules/system/tests/modules/js_deprecation_test/js_deprecation_test.routing.yml
js_deprecation_test_js_settings_alter function core/modules/system/tests/modules/js_deprecation_test/js_deprecation_test.module Implements hook_js_settings_alter().
js_errors_test.info.yml file core/modules/system/tests/modules/js_errors_test/js_errors_test.info.yml core/modules/system/tests/modules/js_errors_test/js_errors_test.info.yml
js_errors_test.libraries.yml file core/modules/system/tests/modules/js_errors_test/js_errors_test.libraries.yml core/modules/system/tests/modules/js_errors_test/js_errors_test.libraries.yml
js_errors_test.routing.yml file core/modules/system/tests/modules/js_errors_test/js_errors_test.routing.yml core/modules/system/tests/modules/js_errors_test/js_errors_test.routing.yml
js_interaction_test.info.yml file core/modules/system/tests/modules/js_interaction_test/js_interaction_test.info.yml core/modules/system/tests/modules/js_interaction_test/js_interaction_test.info.yml
js_interaction_test.libraries.yml file core/modules/system/tests/modules/js_interaction_test/js_interaction_test.libraries.yml core/modules/system/tests/modules/js_interaction_test/js_interaction_test.libraries.yml
js_interaction_test.routing.yml file core/modules/system/tests/modules/js_interaction_test/js_interaction_test.routing.yml core/modules/system/tests/modules/js_interaction_test/js_interaction_test.routing.yml
JS_LIBRARY constant core/includes/common.inc The default group for JavaScript and jQuery libraries added to the page.
js_message_test.info.yml file core/modules/system/tests/modules/js_message_test/js_message_test.info.yml core/modules/system/tests/modules/js_message_test/js_message_test.info.yml
js_message_test.libraries.yml file core/modules/system/tests/modules/js_message_test/js_message_test.libraries.yml core/modules/system/tests/modules/js_message_test/js_message_test.libraries.yml
js_message_test.routing.yml file core/modules/system/tests/modules/js_message_test/js_message_test.routing.yml core/modules/system/tests/modules/js_message_test/js_message_test.routing.yml
js_once_test.info.yml file core/modules/system/tests/modules/js_once_test/js_once_test.info.yml core/modules/system/tests/modules/js_once_test/js_once_test.info.yml
js_once_test.routing.yml file core/modules/system/tests/modules/js_once_test/js_once_test.routing.yml core/modules/system/tests/modules/js_once_test/js_once_test.routing.yml
js_positive_weight.libraries.yml file core/tests/Drupal/Tests/Core/Asset/library_test_files/js_positive_weight.libraries.yml core/tests/Drupal/Tests/Core/Asset/library_test_files/js_positive_weight.libraries.yml
JS_SETTING constant core/includes/common.inc The default group for JavaScript settings added to the page.
js_testing_log_test.info.yml file core/modules/system/tests/modules/js_testing_log_test/js_testing_log_test.info.yml core/modules/system/tests/modules/js_testing_log_test/js_testing_log_test.info.yml
js_testing_log_test.libraries.yml file core/modules/system/tests/modules/js_testing_log_test/js_testing_log_test.libraries.yml core/modules/system/tests/modules/js_testing_log_test/js_testing_log_test.libraries.yml
js_testing_log_test.module file core/modules/system/tests/modules/js_testing_log_test/js_testing_log_test.module Helper module for the JavaScript deprecation tests.
js_testing_log_test_js_settings_alter function core/modules/system/tests/modules/js_testing_log_test/js_testing_log_test.module Implements hook_js_settings_alter().
js_testing_log_test_page_attachments function core/modules/system/tests/modules/js_testing_log_test/js_testing_log_test.module Implements hook_page_attachments().
JS_THEME constant core/includes/common.inc The default group for theme JavaScript code added to the page.
js_webassert_test.info.yml file core/modules/system/tests/modules/js_webassert_test/js_webassert_test.info.yml core/modules/system/tests/modules/js_webassert_test/js_webassert_test.info.yml
js_webassert_test.libraries.yml file core/modules/system/tests/modules/js_webassert_test/js_webassert_test.libraries.yml core/modules/system/tests/modules/js_webassert_test/js_webassert_test.libraries.yml
js_webassert_test.routing.yml file core/modules/system/tests/modules/js_webassert_test/js_webassert_test.routing.yml core/modules/system/tests/modules/js_webassert_test/js_webassert_test.routing.yml
JUnitConverter::convertTestCaseToSimpletestRow function core/lib/Drupal/Core/Test/JUnitConverter.php Converts a PHPUnit test case result to a {simpletest} result row.
JUnitConverter::findTestCases function core/lib/Drupal/Core/Test/JUnitConverter.php Finds all test cases recursively from a test suite list.
JUnitConverter::xmlElementToRows function core/lib/Drupal/Core/Test/JUnitConverter.php Parse test cases from XML to {simpletest} schema.
JUnitConverter::xmlToRows function core/lib/Drupal/Core/Test/JUnitConverter.php Converts PHPUnit's JUnit XML output file to {simpletest} schema.
JUnitConverterTest class core/tests/Drupal/Tests/Core/Test/JUnitConverterTest.php Tests Drupal\Core\Test\JUnitConverter.
JUnitConverterTest.php file core/tests/Drupal/Tests/Core/Test/JUnitConverterTest.php
JUnitConverterTest::testConvertTestCaseToSimpletestRow function core/tests/Drupal/Tests/Core/Test/JUnitConverterTest.php @covers ::convertTestCaseToSimpletestRow[[api-linebreak]]
JUnitConverterTest::testXmlElementToRows function core/tests/Drupal/Tests/Core/Test/JUnitConverterTest.php @covers ::xmlElementToRows[[api-linebreak]]
JUnitConverterTest::testXmlToRowsEmptyFile function core/tests/Drupal/Tests/Core/Test/JUnitConverterTest.php @covers ::xmlToRows[[api-linebreak]]
JUnitConverterTest::testXmlToRowsWithErrors function core/tests/Drupal/Tests/Core/Test/JUnitConverterTest.php Tests errors reported.
@covers ::xmlToRows[[api-linebreak]]
KernelDestructionSubscriber class core/lib/Drupal/Core/EventSubscriber/KernelDestructionSubscriber.php Destructs services that are initiated and tagged with "needs_destruction".
KernelDestructionSubscriber.php file core/lib/Drupal/Core/EventSubscriber/KernelDestructionSubscriber.php
KernelDestructionSubscriber::$services property core/lib/Drupal/Core/EventSubscriber/KernelDestructionSubscriber.php Holds an array of service ID's that will require destruction.
KernelDestructionSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/KernelDestructionSubscriber.php Registers the methods in this class that should be listeners.
KernelDestructionSubscriber::onKernelTerminate function core/lib/Drupal/Core/EventSubscriber/KernelDestructionSubscriber.php Invoked by the terminate kernel event.
KernelDestructionSubscriber::registerService function core/lib/Drupal/Core/EventSubscriber/KernelDestructionSubscriber.php Registers a service for destruction.
KernelEvent::$request property core/lib/Drupal/Core/Http/KernelEvent.php
KernelEvent::$requestType property core/lib/Drupal/Core/Http/KernelEvent.php
KernelEvent::getRequest function core/lib/Drupal/Core/Http/KernelEvent.php Returns the request the kernel is currently processing.
KernelEvent::getRequestType function core/lib/Drupal/Core/Http/KernelEvent.php Returns the request type the kernel is currently processing.
KernelEvent::isMainRequest function core/lib/Drupal/Core/Http/KernelEvent.php Checks if this is a main request.
KernelEvent::isMasterRequest function core/lib/Drupal/Core/Http/KernelEvent.php Checks if this is a master request.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.