X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Flayout_builder%2Fsrc%2FEntity%2FLayoutEntityDisplayInterface.php;h=51151bd81c10944ba8327ad13bcb7b32106de47c;hb=5b8bb166bfa98770daef9de5c127fc2e6ef02340;hp=b8fd21d822b224dcb266ff7f45b8644b03f4c50f;hpb=af6d1fb995500ae68849458ee10d66abbdcfb252;p=yaffs-website diff --git a/web/core/modules/layout_builder/src/Entity/LayoutEntityDisplayInterface.php b/web/core/modules/layout_builder/src/Entity/LayoutEntityDisplayInterface.php index b8fd21d82..51151bd81 100644 --- a/web/core/modules/layout_builder/src/Entity/LayoutEntityDisplayInterface.php +++ b/web/core/modules/layout_builder/src/Entity/LayoutEntityDisplayInterface.php @@ -3,6 +3,7 @@ namespace Drupal\layout_builder\Entity; use Drupal\Core\Entity\Display\EntityDisplayInterface; +use Drupal\layout_builder\LayoutBuilderEnabledInterface; use Drupal\layout_builder\SectionListInterface; /** @@ -12,8 +13,10 @@ use Drupal\layout_builder\SectionListInterface; * Layout Builder is currently experimental and should only be leveraged by * experimental modules and development releases of contributed modules. * See https://www.drupal.org/core/experimental for more information. + * + * @todo Refactor this interface in https://www.drupal.org/node/2985362. */ -interface LayoutEntityDisplayInterface extends EntityDisplayInterface, SectionListInterface { +interface LayoutEntityDisplayInterface extends EntityDisplayInterface, SectionListInterface, LayoutBuilderEnabledInterface { /** * Determines if the display allows custom overrides.