Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
paragon_gin
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
paragon_gin
Commits
897a7c58
Commit
897a7c58
authored
1 year ago
by
Robert Bryan
Committed by
Michael Lander
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3381994
by brayn7: Deprecated function: Creation of dynamic property
parent
4458b379
No related branches found
No related tags found
1 merge request
!3
Issue #3381994: Deprecated function: Creation of dynamic property
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/Preprocess.php
+15
-0
15 additions, 0 deletions
src/Preprocess.php
src/ThemeRegistryAlter.php
+5
-0
5 additions, 0 deletions
src/ThemeRegistryAlter.php
with
20 additions
and
0 deletions
src/Preprocess.php
+
15
−
0
View file @
897a7c58
...
...
@@ -13,6 +13,21 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
class
Preprocess
implements
ContainerInjectionInterface
{
/**
* @var \Drupal\Core\Menu\LocalTaskManagerInterface
*/
private
$localTaskManager
;
/**
* @var \Drupal\Core\Routing\RouteMatchInterface
*/
private
$routeMatch
;
/**
* @var \Drupal\Core\Routing\AdminContext
*/
private
$adminContext
;
/**
* EntityTypeInfo constructor.
*
...
...
This diff is collapsed.
Click to expand it.
src/ThemeRegistryAlter.php
+
5
−
0
View file @
897a7c58
...
...
@@ -14,6 +14,11 @@ class ThemeRegistryAlter implements ContainerInjectionInterface {
*/
protected
ModerationInformationInterface
$moderationInformation
;
/**
* @var \Drupal\Core\Extension\ExtensionList
*/
private
$extensionList
;
/**
* EntityTypeInfo constructor.
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment