X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FComponent%2FPlugin%2FDiscovery%2FDiscoveryInterface.php;h=66e6a2ec0388399e79bfd8d6f307de894e14ec14;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=bf5e0aae2703a781bb222a82fb5aa6fec8e0cf0c;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryInterface.php b/web/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryInterface.php index bf5e0aae2..66e6a2ec0 100644 --- a/web/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryInterface.php +++ b/web/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryInterface.php @@ -33,6 +33,8 @@ interface DiscoveryInterface { * @return mixed[] * An array of plugin definitions (empty array if no definitions were * found). Keys are plugin IDs. + * + * @see \Drupal\Core\Plugin\FilteredPluginManagerInterface::getFilteredDefinitions() */ public function getDefinitions();