X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FPlugin%2FContext%2FContextAwarePluginManagerInterface.php;h=60013491cd29334b6505966f7426b8088d46624c;hb=refs%2Fheads%2Fd864;hp=5c29411f32b284b689bb2eb7e1e19118701147df;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Plugin/Context/ContextAwarePluginManagerInterface.php b/web/core/lib/Drupal/Core/Plugin/Context/ContextAwarePluginManagerInterface.php index 5c29411f3..60013491c 100644 --- a/web/core/lib/Drupal/Core/Plugin/Context/ContextAwarePluginManagerInterface.php +++ b/web/core/lib/Drupal/Core/Plugin/Context/ContextAwarePluginManagerInterface.php @@ -20,6 +20,8 @@ interface ContextAwarePluginManagerInterface extends PluginManagerInterface { * * @return array * An array of plugin definitions. + * + * @see \Drupal\Core\Plugin\FilteredPluginManagerInterface::getFilteredDefinitions() */ public function getDefinitionsForContexts(array $contexts = []);