X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=inline;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FLayout%2FLayoutPluginManagerInterface.php;h=340a80d39ba07fe4de7ad13960fd4caa9f4be25e;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=c0e606d41fffe6df5744d7068e773a62480f24be;hpb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;p=yaffs-website 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.