X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FLayout%2FLayoutDefault.php;h=6e53d00f444b50335211fcad7371c3baf213df93;hb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;hp=22edb856e1d37248acaf1a424913f6028c96770d;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Layout/LayoutDefault.php b/web/core/lib/Drupal/Core/Layout/LayoutDefault.php index 22edb856e..6e53d00f4 100644 --- a/web/core/lib/Drupal/Core/Layout/LayoutDefault.php +++ b/web/core/lib/Drupal/Core/Layout/LayoutDefault.php @@ -7,11 +7,6 @@ use Drupal\Core\Plugin\PluginBase; /** * Provides a default class for 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. */ class LayoutDefault extends PluginBase implements LayoutInterface {