X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FLayout%2FLayoutPluginManagerInterface.php;h=340a80d39ba07fe4de7ad13960fd4caa9f4be25e;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;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..340a80d39 100644 --- a/web/core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php +++ b/web/core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php @@ -3,16 +3,12 @@ namespace Drupal\Core\Layout; use Drupal\Component\Plugin\CategorizingPluginManagerInterface; +use Drupal\Core\Plugin\FilteredPluginManagerInterface; /** * 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 { +interface LayoutPluginManagerInterface extends CategorizingPluginManagerInterface, FilteredPluginManagerInterface { /** * Gets theme implementations for layouts.