Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Component / Plugin / Discovery / DiscoveryInterface.php
index bf5e0aae2703a781bb222a82fb5aa6fec8e0cf0c..66e6a2ec0388399e79bfd8d6f307de894e14ec14 100644 (file)
@@ -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();