Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Layout / LayoutInterface.php
index bb60df005db26bd073e20869357e7e7dc7784a5e..32ee74d18b0472b935f8b75e1242446a701e53e0 100644 (file)
@@ -8,11 +8,6 @@ use Drupal\Component\Plugin\ConfigurablePluginInterface;
 
 /**
  * Provides an interface for static Layout plugins.
- *
- * @internal
- *   The layout system 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.
  */
 interface LayoutInterface extends PluginInspectionInterface, DerivativeInspectionInterface, ConfigurablePluginInterface {