Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Plugin / Context / ContextAwarePluginManagerInterface.php
index 5c29411f32b284b689bb2eb7e1e19118701147df..60013491cd29334b6505966f7426b8088d46624c 100644 (file)
@@ -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 = []);