Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
GroupwiseMax::conditionNamespace function core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php Helper function to namespace query pieces.
GroupwiseMax::defineOptions function core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php Information about options for all kinds of purposes will be held here.
GroupwiseMax::getTemporaryView function core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php Helper function to create a pseudo view.
GroupwiseMax::leftQuery function core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php Generate a subquery given the user options, as set in the options.
GroupwiseMax::query function core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php Add anything to the query that we might need to.
GroupwiseMax::submitOptionsForm function core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php When the form is submitted, make sure to clear the subquery string cache.
guzzle_php81_shim.php file core/includes/guzzle_php81_shim.php
hal.api.php file core/modules/hal/hal.api.php Describes hooks provided by the HAL module.
hal.hal.html.twig file core/modules/hal/help_topics/hal.hal.html.twig ---
label: 'Hypertext Application Language (HAL)'
top_level: true
related:
- core.web_services
---
<h2>{% trans %}HAL module{% endtrans %}</h2>
<p>{% trans %}Adds support for serializing content entities using the JSON…
hal.info.yml file core/modules/hal/hal.info.yml core/modules/hal/hal.info.yml
hal.install file core/modules/hal/hal.install Update functions for the HAL module.
hal.link_manager service core/modules/hal/hal.services.yml Drupal\hal\LinkManager\LinkManager
hal.link_manager.relation service core/modules/hal/hal.services.yml Drupal\hal\LinkManager\RelationLinkManager
hal.link_manager.type service core/modules/hal/hal.services.yml Drupal\hal\LinkManager\TypeLinkManager
hal.module file core/modules/hal/hal.module Adds support for serializing entities to Hypertext Application Language.
hal.post_update.php file core/modules/hal/hal.post_update.php Post update functions for Hal.
hal.schema.yml file core/modules/hal/config/schema/hal.schema.yml core/modules/hal/config/schema/hal.schema.yml
hal.services.yml file core/modules/hal/hal.services.yml core/modules/hal/hal.services.yml
hal.settings.yml file core/modules/hal/config/install/hal.settings.yml core/modules/hal/config/install/hal.settings.yml
HalEntityNormalizationTrait trait core/modules/hal/tests/src/Functional/EntityResource/HalEntityNormalizationTrait.php Trait for EntityResourceTestBase subclasses testing formats using HAL.
HalEntityNormalizationTrait.php file core/modules/hal/tests/src/Functional/EntityResource/HalEntityNormalizationTrait.php
HalEntityNormalizationTrait::applyHalFieldNormalization function core/modules/hal/tests/src/Functional/EntityResource/HalEntityNormalizationTrait.php Applies the HAL entity field normalization to an entity normalization.
HalEntityNormalizationTrait::assertNormalizationEdgeCases function core/modules/hal/tests/src/Functional/EntityResource/HalEntityNormalizationTrait.php
HalLinkManagerTest class core/modules/hal/tests/src/Kernel/HalLinkManagerTest.php @coversDefaultClass \Drupal\hal\LinkManager\LinkManager[[api-linebreak]]
@group hal
@group legacy
HalLinkManagerTest.php file core/modules/hal/tests/src/Kernel/HalLinkManagerTest.php
HalLinkManagerTest::$modules property core/modules/hal/tests/src/Kernel/HalLinkManagerTest.php Modules to enable.
HalLinkManagerTest::providerTestGetRelationUri function core/modules/hal/tests/src/Kernel/HalLinkManagerTest.php
HalLinkManagerTest::providerTestGetTypeUri function core/modules/hal/tests/src/Kernel/HalLinkManagerTest.php
HalLinkManagerTest::setUp function core/modules/hal/tests/src/Kernel/HalLinkManagerTest.php
HalLinkManagerTest::testGetRelationInternalIds function core/modules/hal/tests/src/Kernel/HalLinkManagerTest.php @covers ::getRelationInternalIds[[api-linebreak]]
HalLinkManagerTest::testGetRelationUri function core/modules/hal/tests/src/Kernel/HalLinkManagerTest.php @covers ::getRelationUri[[api-linebreak]]
@dataProvider providerTestGetRelationUri
HalLinkManagerTest::testGetTypeUri function core/modules/hal/tests/src/Kernel/HalLinkManagerTest.php @covers ::getTypeUri[[api-linebreak]]
@dataProvider providerTestGetTypeUri
HalLinkManagerTest::testHalLinkManagersSetLinkDomain function core/modules/hal/tests/src/Kernel/HalLinkManagerTest.php @covers ::setLinkDomain[[api-linebreak]]
HalServiceProvider class core/modules/hal/src/HalServiceProvider.php Adds hal+json as known format.
HalServiceProvider.php file core/modules/hal/src/HalServiceProvider.php
HalServiceProvider::alter function core/modules/hal/src/HalServiceProvider.php Modifies existing service definitions.
HalSettingsDeletionUpdateTest class core/modules/hal/tests/src/Functional/Update/HalSettingsDeletionUpdateTest.php Ensures that update hook is run properly for deleting obsolete Hal settings.
HalSettingsDeletionUpdateTest.php file core/modules/hal/tests/src/Functional/Update/HalSettingsDeletionUpdateTest.php
HalSettingsDeletionUpdateTest::setDatabaseDumpFiles function core/modules/hal/tests/src/Functional/Update/HalSettingsDeletionUpdateTest.php Set database dump files to be used.
HalSettingsDeletionUpdateTest::testUpdate function core/modules/hal/tests/src/Functional/Update/HalSettingsDeletionUpdateTest.php Ensures that update hook is run for "hal" module.
hal_help function core/modules/hal/hal.module Implements hook_help().
hal_post_update_delete_settings function core/modules/hal/hal.post_update.php Remove obsolete hal.settings configuration key.
hal_test.info.yml file core/modules/hal/tests/modules/hal_test/hal_test.info.yml core/modules/hal/tests/modules/hal_test/hal_test.info.yml
hal_test.module file core/modules/hal/tests/modules/hal_test/hal_test.module Contains hook implementations for testing HAL module.
hal_test_hal_relation_uri_alter function core/modules/hal/tests/modules/hal_test/hal_test.module Implements hook_hal_relation_uri_alter().
hal_test_hal_type_uri_alter function core/modules/hal/tests/modules/hal_test/hal_test.module Implements hook_hal_type_uri_alter().
hal_test_views.info.yml file core/modules/hal/tests/modules/hal_test_views/hal_test_views.info.yml core/modules/hal/tests/modules/hal_test_views/hal_test_views.info.yml
hal_update_last_removed function core/modules/hal/hal.install Implements hook_update_last_removed().
Handle class core/lib/Drupal/Component/Assertion/Handle.php Handler for runtime assertion failures.
Handle.php file core/lib/Drupal/Component/Assertion/Handle.php

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