X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FLayout%2FLayoutInterface.php;fp=web%2Fcore%2Flib%2FDrupal%2FCore%2FLayout%2FLayoutInterface.php;h=32ee74d18b0472b935f8b75e1242446a701e53e0;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=bb60df005db26bd073e20869357e7e7dc7784a5e;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Layout/LayoutInterface.php b/web/core/lib/Drupal/Core/Layout/LayoutInterface.php index bb60df005..32ee74d18 100644 --- a/web/core/lib/Drupal/Core/Layout/LayoutInterface.php +++ b/web/core/lib/Drupal/Core/Layout/LayoutInterface.php @@ -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 {