From 0fad2fa88b06b68fd7555d1db8be1ec6b348c90c Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Tue, 2 Feb 2016 10:59:23 +0000 Subject: [PATCH] Issue #2660026 by theMusician: Remove obsolete \Drupal\Core\Config\Entity\ConfigEntityBase::$pluginConfigKey --- .../lib/Drupal/Core/Config/Entity/ConfigEntityBase.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php b/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php index 8c0c376c8e0d..6627b3d2fce1 100644 --- a/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php +++ b/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php @@ -39,16 +39,6 @@ abstract class ConfigEntityBase extends Entity implements ConfigEntityInterface */ protected $originalId; - /** - * The name of the property that is used to store plugin configuration. - * - * This is needed when the entity uses a LazyPluginCollection, to dictate - * where the plugin configuration should be stored. - * - * @var string - */ - protected $pluginConfigKey; - /** * The enabled/disabled status of the configuration entity. *