Issue #2458723 by Xano: Incomplete documentation for DiscoveryInterface::getDefinitions()

8.0.x
Alex Pott 2015-03-31 15:37:22 +01:00
parent 0a9f467a38
commit 95305c46f7
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ interface DiscoveryInterface {
*
* @return mixed[]
* An array of plugin definitions (empty array if no definitions were
* found).
* found). Keys are plugin IDs.
*/
public function getDefinitions();