From 044b9d697eec826d2cf873a1a9df75e5ff6275ae Mon Sep 17 00:00:00 2001 From: webchick <webchick@24967.no-reply.drupal.org> Date: Fri, 24 Jan 2014 00:43:33 -0800 Subject: [PATCH] Revert "Issue #2175517 by chx: Entity displays are themselves config entities." Needs more discussion. This reverts commit 129cd90f61bbd7793f08fbd5fee914d4b792c59a. --- .../lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php b/core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php index 3207202d1a6d..b5837c70a9c3 100644 --- a/core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php +++ b/core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php @@ -7,12 +7,10 @@ namespace Drupal\Core\Entity\Display; -use Drupal\Core\Config\Entity\ConfigEntityInterface; - /** * Provides a common interface for entity displays. */ -interface EntityDisplayInterface extends ConfigEntityInterface { +interface EntityDisplayInterface { /** * Creates a duplicate of the EntityDisplay object on a different view mode. -- GitLab