diff core/modules/layout_builder/src/Entity/LayoutEntityDisplayInterface.php @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents a9cd425dd02b
children
line wrap: on
line diff
--- a/core/modules/layout_builder/src/Entity/LayoutEntityDisplayInterface.php	Thu Feb 28 13:11:55 2019 +0000
+++ b/core/modules/layout_builder/src/Entity/LayoutEntityDisplayInterface.php	Thu May 09 15:34:47 2019 +0100
@@ -9,11 +9,6 @@
 /**
  * Provides an interface for entity displays that have layout.
  *
- * @internal
- *   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, LayoutBuilderEnabledInterface {