Revert "Issue #2175517 by chx: Entity displays are themselves config entities."

Needs more discussion.

This reverts commit 129cd90f61.
8.0.x
webchick 2014-01-24 00:43:33 -08:00
parent ddc852dc91
commit 044b9d697e
1 changed files with 1 additions and 3 deletions

View File

@ -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.