Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
HtmxUtilitiesTest class core/tests/Drupal/Tests/Core/Htmx/HtmxUtilitiesTest.php Test all Htmx public utility methods.
HtmxUtilitiesTest.php file core/tests/Drupal/Tests/Core/Htmx/HtmxUtilitiesTest.php
HtmxUtilitiesTest::$htmx property core/tests/Drupal/Tests/Core/Htmx/HtmxUtilitiesTest.php Class under test.
HtmxUtilitiesTest::setUp function core/tests/Drupal/Tests/Core/Htmx/HtmxUtilitiesTest.php
HtmxUtilitiesTest::testApplyTo function core/tests/Drupal/Tests/Core/Htmx/HtmxUtilitiesTest.php Test ::applyTo with defaults.
HtmxUtilitiesTest::testApplyToWithKey function core/tests/Drupal/Tests/Core/Htmx/HtmxUtilitiesTest.php Test ::applyTo with attribute key.
HtmxUtilitiesTest::testCreateFromRenderArray function core/tests/Drupal/Tests/Core/Htmx/HtmxUtilitiesTest.php Test ::createFromRenderArray.
HtmxUtilitiesTest::testGetAttributes function core/tests/Drupal/Tests/Core/Htmx/HtmxUtilitiesTest.php Test ::getAttributes.
HtmxUtilitiesTest::testGetHeaders function core/tests/Drupal/Tests/Core/Htmx/HtmxUtilitiesTest.php Test ::getHeaders().
HtmxUtilitiesTest::testHasAttribute function core/tests/Drupal/Tests/Core/Htmx/HtmxUtilitiesTest.php Test ::hasAttribute.
HtmxUtilitiesTest::testHasHeader function core/tests/Drupal/Tests/Core/Htmx/HtmxUtilitiesTest.php Test ::hasHeader.
HtmxUtilitiesTest::testRemoveAttribute function core/tests/Drupal/Tests/Core/Htmx/HtmxUtilitiesTest.php Test ::removeAttribute.
HtmxUtilitiesTest::testRemoveHeader function core/tests/Drupal/Tests/Core/Htmx/HtmxUtilitiesTest.php Test ::removeHeader.
htmx_content_view_subscriber service core/core.services.yml Drupal\Core\EventSubscriber\HtmxContentViewSubscriber
HtRouterTest class core/tests/Drupal/BuildTests/Framework/Tests/HtRouterTest.php Tests Drupal\BuildTests\Framework\BuildTestBase.
HtRouterTest.php file core/tests/Drupal/BuildTests/Framework/Tests/HtRouterTest.php
HtRouterTest::testHtRouter function core/tests/Drupal/BuildTests/Framework/Tests/HtRouterTest.php @legacy-covers ::instantiateServer
http.php file core/modules/system/tests/http.php
Http4xxController class core/modules/system/src/Controller/Http4xxController.php Controller for default HTTP 4xx responses.
Http4xxController.php file core/modules/system/src/Controller/Http4xxController.php
Http4xxController::on401 function core/modules/system/src/Controller/Http4xxController.php The default 401 content.
Http4xxController::on403 function core/modules/system/src/Controller/Http4xxController.php The default 403 content.
Http4xxController::on404 function core/modules/system/src/Controller/Http4xxController.php The default 404 content.
Http4xxController::on4xx function core/modules/system/src/Controller/Http4xxController.php The default 4xx error content.
HttpExceptionNormalizer class core/modules/jsonapi/src/Normalizer/HttpExceptionNormalizer.php Normalizes an HttpException in compliance with the JSON:API specification.
HttpExceptionNormalizer.php file core/modules/jsonapi/src/Normalizer/HttpExceptionNormalizer.php
HttpExceptionNormalizer::$currentUser property core/modules/jsonapi/src/Normalizer/HttpExceptionNormalizer.php The current user making the request.
HttpExceptionNormalizer::buildErrorObjects function core/modules/jsonapi/src/Normalizer/HttpExceptionNormalizer.php Builds the normalized JSON:API error objects for the response.
HttpExceptionNormalizer::getInfoUrl function core/modules/jsonapi/src/Normalizer/HttpExceptionNormalizer.php Return a string to the common problem type.
HttpExceptionNormalizer::getSupportedTypes function core/modules/jsonapi/src/Normalizer/HttpExceptionNormalizer.php
HttpExceptionNormalizer::normalize function core/modules/jsonapi/src/Normalizer/HttpExceptionNormalizer.php Normalizes data into a set of arrays/scalars.
HttpExceptionNormalizer::__construct function core/modules/jsonapi/src/Normalizer/HttpExceptionNormalizer.php HttpExceptionNormalizer constructor.
HttpExceptionNormalizerTest class core/modules/jsonapi/tests/src/Unit/Normalizer/HttpExceptionNormalizerTest.php Tests Drupal\jsonapi\Normalizer\HttpExceptionNormalizer.
HttpExceptionNormalizerTest.php file core/modules/jsonapi/tests/src/Unit/Normalizer/HttpExceptionNormalizerTest.php
HttpExceptionNormalizerTest::testNormalize function core/modules/jsonapi/tests/src/Unit/Normalizer/HttpExceptionNormalizerTest.php Tests normalize.
HttpExceptionNormalizerValue class core/modules/jsonapi/src/Normalizer/Value/HttpExceptionNormalizerValue.php Helps normalize exceptions in compliance with the JSON:API spec.
HttpExceptionNormalizerValue.php file core/modules/jsonapi/src/Normalizer/Value/HttpExceptionNormalizerValue.php
HttpExceptionSubscriberBase class core/lib/Drupal/Core/EventSubscriber/HttpExceptionSubscriberBase.php Utility base class for exception subscribers.
HttpExceptionSubscriberBase.php file core/lib/Drupal/Core/EventSubscriber/HttpExceptionSubscriberBase.php
HttpExceptionSubscriberBase::getHandledFormats function core/lib/Drupal/Core/EventSubscriber/HttpExceptionSubscriberBase.php Specifies the request formats this subscriber will respond to.
HttpExceptionSubscriberBase::getPriority function core/lib/Drupal/Core/EventSubscriber/HttpExceptionSubscriberBase.php Specifies the priority of all listeners in this class.
HttpExceptionSubscriberBase::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/HttpExceptionSubscriberBase.php Registers the methods in this class that should be listeners.
HttpExceptionSubscriberBase::onException function core/lib/Drupal/Core/EventSubscriber/HttpExceptionSubscriberBase.php Handles errors for this subscriber.
HttpKernelUiHelperTrait trait core/tests/Drupal/Tests/HttpKernelUiHelperTrait.php Provides UI helper methods using the HTTP kernel to make requests.
HttpKernelUiHelperTrait.php file core/tests/Drupal/Tests/HttpKernelUiHelperTrait.php
HttpKernelUiHelperTrait::$mink property core/tests/Drupal/Tests/HttpKernelUiHelperTrait.php Mink session manager.
HttpKernelUiHelperTrait::assertSession function core/tests/Drupal/Tests/HttpKernelUiHelperTrait.php Returns WebAssert object.
HttpKernelUiHelperTrait::buildUrl function core/tests/Drupal/Tests/HttpKernelUiHelperTrait.php Builds a URL from a system path or a URL object.
HttpKernelUiHelperTrait::clickLink function core/tests/Drupal/Tests/HttpKernelUiHelperTrait.php Follows a link by complete name.
HttpKernelUiHelperTrait::drupalGet function core/tests/Drupal/Tests/HttpKernelUiHelperTrait.php Retrieves a Drupal path.

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