X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FLayout%2FLayoutPluginManagerInterface.php;fp=web%2Fcore%2Flib%2FDrupal%2FCore%2FLayout%2FLayoutPluginManagerInterface.php;h=340a80d39ba07fe4de7ad13960fd4caa9f4be25e;hp=c0e606d41fffe6df5744d7068e773a62480f24be;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php b/web/core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php index c0e606d41..340a80d39 100644 --- a/web/core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php +++ b/web/core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php @@ -3,11 +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. */ -interface LayoutPluginManagerInterface extends CategorizingPluginManagerInterface { +interface LayoutPluginManagerInterface extends CategorizingPluginManagerInterface, FilteredPluginManagerInterface { /** * Gets theme implementations for layouts.