X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FLayout%2FLayoutPluginManagerInterface.php;h=c0e606d41fffe6df5744d7068e773a62480f24be;hb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;hp=df15be03ad5ebd64df2e1ecf8f69bd03ae286ee3;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php b/web/core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php index df15be03a..c0e606d41 100644 --- a/web/core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php +++ b/web/core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php @@ -6,11 +6,6 @@ use Drupal\Component\Plugin\CategorizingPluginManagerInterface; /** * Provides the interface for a plugin manager of layouts. - * - * @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 LayoutPluginManagerInterface extends CategorizingPluginManagerInterface {