Skip to content
Snippets Groups Projects
Commit 897a7c58 authored by Robert Bryan's avatar Robert Bryan Committed by Michael Lander
Browse files

Issue #3381994 by brayn7: Deprecated function: Creation of dynamic property

parent 4458b379
No related branches found
No related tags found
1 merge request!3Issue #3381994: Deprecated function: Creation of dynamic property
......@@ -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.
*
......
......@@ -14,6 +14,11 @@ class ThemeRegistryAlter implements ContainerInjectionInterface {
*/
protected ModerationInformationInterface $moderationInformation;
/**
* @var \Drupal\Core\Extension\ExtensionList
*/
private $extensionList;
/**
* EntityTypeInfo constructor.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment