Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
restui
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
restui
Merge requests
!8
Issue
#3434247
: Adding D11 support.
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Issue
#3434247
: Adding D11 support.
issue/restui-3434247:3434247-automated-drupal-11
into
8.x-1.x
Overview
1
Commits
8
Pipelines
7
Changes
6
Merged
Issue#3434247: Adding D11 support.
Ankit Pathak
requested to merge
issue/restui-3434247:3434247-automated-drupal-11
into
8.x-1.x
May 26, 2024
Overview
1
Commits
8
Pipelines
7
Changes
6
Closes
#3434247
0
0
Merge request reports
Compare
8.x-1.x
version 8
ab6ef285
Jul 16, 2024
version 7
e5f5bdf0
Jul 16, 2024
version 6
018f2d18
May 27, 2024
version 5
99d5511f
May 27, 2024
version 4
1ba772f8
May 27, 2024
version 3
70c08e77
May 26, 2024
version 2
fc1a2e9a
May 26, 2024
version 1
5a6f7748
May 26, 2024
8.x-1.x (base)
and
latest version
latest version
f2a63dc8
8 commits,
Jul 16, 2024
version 8
ab6ef285
7 commits,
Jul 16, 2024
version 7
e5f5bdf0
6 commits,
Jul 16, 2024
version 6
018f2d18
5 commits,
May 27, 2024
version 5
99d5511f
4 commits,
May 27, 2024
version 4
1ba772f8
3 commits,
May 27, 2024
version 3
70c08e77
2 commits,
May 26, 2024
version 2
fc1a2e9a
1 commit,
May 26, 2024
version 1
5a6f7748
1 commit,
May 26, 2024
6 files
+
18
−
51
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
src/Controller/RestUIController.php
+
4
−
4
View file @ f2a63dc8
Edit in single-file editor
Open in Web IDE
Show full file
@@ -3,15 +3,15 @@
namespace
Drupal\restui\Controller
;
use
Drupal\Core\Config\Entity\ConfigEntityInterface
;
use
Drupal\Core\DependencyInjection\ContainerInjectionInterface
;
use
Drupal\Core\Entity\EntityStorageInterface
;
use
Drupal\Core\Messenger\MessengerInterface
;
use
Drupal\Core\StringTranslation\StringTranslationTrait
;
use
Drupal\Core\Url
;
use
Drupal\rest\Plugin\Type\ResourcePluginManager
;
use
Symfony\Component\DependencyInjection\ContainerInterface
;
use
Symfony\Component\HttpFoundation\RedirectResponse
;
use
Symfony\Component\Routing\Generator\UrlGeneratorInterface
;
use
Drupal\rest\Plugin\Type\ResourcePluginManager
;
use
Drupal\Core\DependencyInjection\ContainerInjectionInterface
;
use
Drupal\Core\Url
;
use
Drupal\Core\Messenger\MessengerInterface
;
/**
* Controller routines for REST resources.
Loading