-
- Downloads
Issue #2019123 by klausi, ygerasimov, Crell: Use the same canonical URI paths as for HTML routes.
parent
743957c4
No related branches found
No related tags found
Showing
- core/core.services.yml 11 additions, 2 deletionscore/core.services.yml
- core/lib/Drupal/Core/EventSubscriber/RouteMethodSubscriber.php 50 additions, 0 deletions...lib/Drupal/Core/EventSubscriber/RouteMethodSubscriber.php
- core/lib/Drupal/Core/Routing/AcceptHeaderMatcher.php 85 additions, 0 deletionscore/lib/Drupal/Core/Routing/AcceptHeaderMatcher.php
- core/lib/Drupal/Core/Routing/ContentTypeHeaderMatcher.php 53 additions, 0 deletionscore/lib/Drupal/Core/Routing/ContentTypeHeaderMatcher.php
- core/modules/rest/lib/Drupal/rest/Plugin/Derivative/EntityDerivative.php 45 additions, 2 deletions...st/lib/Drupal/rest/Plugin/Derivative/EntityDerivative.php
- core/modules/rest/lib/Drupal/rest/Plugin/ResourceBase.php 17 additions, 6 deletionscore/modules/rest/lib/Drupal/rest/Plugin/ResourceBase.php
- core/modules/rest/lib/Drupal/rest/Plugin/rest/resource/DBLogResource.php 4 additions, 1 deletion...st/lib/Drupal/rest/Plugin/rest/resource/DBLogResource.php
- core/modules/rest/lib/Drupal/rest/Plugin/rest/resource/EntityResource.php 34 additions, 53 deletions...t/lib/Drupal/rest/Plugin/rest/resource/EntityResource.php
- core/modules/rest/lib/Drupal/rest/RequestHandler.php 14 additions, 4 deletionscore/modules/rest/lib/Drupal/rest/RequestHandler.php
- core/modules/rest/lib/Drupal/rest/Tests/AuthTest.php 3 additions, 3 deletionscore/modules/rest/lib/Drupal/rest/Tests/AuthTest.php
- core/modules/rest/lib/Drupal/rest/Tests/DeleteTest.php 4 additions, 6 deletionscore/modules/rest/lib/Drupal/rest/Tests/DeleteTest.php
- core/modules/rest/lib/Drupal/rest/Tests/NodeTest.php 10 additions, 2 deletionscore/modules/rest/lib/Drupal/rest/Tests/NodeTest.php
- core/modules/rest/lib/Drupal/rest/Tests/RESTTestBase.php 15 additions, 8 deletionscore/modules/rest/lib/Drupal/rest/Tests/RESTTestBase.php
- core/modules/rest/lib/Drupal/rest/Tests/ReadTest.php 10 additions, 10 deletionscore/modules/rest/lib/Drupal/rest/Tests/ReadTest.php
- core/modules/rest/lib/Drupal/rest/Tests/ResourceTest.php 2 additions, 2 deletionscore/modules/rest/lib/Drupal/rest/Tests/ResourceTest.php
- core/modules/rest/lib/Drupal/rest/Tests/UpdateTest.php 12 additions, 12 deletionscore/modules/rest/lib/Drupal/rest/Tests/UpdateTest.php
- core/modules/system/lib/Drupal/system/PathBasedBreadcrumbBuilder.php 3 additions, 0 deletions...s/system/lib/Drupal/system/PathBasedBreadcrumbBuilder.php
- core/tests/Drupal/Tests/Core/Routing/AcceptHeaderMatcherTest.php 121 additions, 0 deletions...sts/Drupal/Tests/Core/Routing/AcceptHeaderMatcherTest.php
- core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php 121 additions, 0 deletions...rupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php
- core/tests/Drupal/Tests/Core/Routing/RoutingFixtures.php 20 additions, 0 deletionscore/tests/Drupal/Tests/Core/Routing/RoutingFixtures.php
Loading
Please register or sign in to comment