From 42544d1adfb8f64ec76c174109696a3c7161fd44 Mon Sep 17 00:00:00 2001 From: Kedar Khaire Date: Mon, 11 Dec 2023 18:01:37 +0530 Subject: [PATCH] Removed deprecation message as variable already defined 2x --- src/Entity/ListBuilder/AppListBuilder.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Entity/ListBuilder/AppListBuilder.php b/src/Entity/ListBuilder/AppListBuilder.php index 274c3ac2..21649b77 100644 --- a/src/Entity/ListBuilder/AppListBuilder.php +++ b/src/Entity/ListBuilder/AppListBuilder.php @@ -99,7 +99,6 @@ public function __construct(EntityTypeInterface $entity_type, EntityTypeManagerI $config_factory = \Drupal::service('config.factory'); } if (!$app_warnings_checker) { - @trigger_error('Calling ' . __METHOD__ . ' without the $app_warnings_checker is deprecated in apigee_edge:8-x-1.18 and is required before apigee_edge:8.x-2.0. See https://github.com/apigee/apigee-edge-drupal/pull/507', E_USER_DEPRECATED); $app_warnings_checker = \Drupal::service('apigee_edge.entity.app_warnings_checker'); }