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

8.0.x
webchick 2014-01-23 23:02:09 -08:00
parent b96d6cb891
commit 129cd90f61
1 changed files with 3 additions and 1 deletions

View File

@ -7,10 +7,12 @@
namespace Drupal\Core\Entity\Display; namespace Drupal\Core\Entity\Display;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/** /**
* Provides a common interface for entity displays. * Provides a common interface for entity displays.
*/ */
interface EntityDisplayInterface { interface EntityDisplayInterface extends ConfigEntityInterface {
/** /**
* Creates a duplicate of the EntityDisplay object on a different view mode. * Creates a duplicate of the EntityDisplay object on a different view mode.