Issue #2458723 by Xano: Incomplete documentation for DiscoveryInterface::getDefinitions()
parent
0a9f467a38
commit
95305c46f7
|
@ -37,7 +37,7 @@ interface DiscoveryInterface {
|
||||||
*
|
*
|
||||||
* @return mixed[]
|
* @return mixed[]
|
||||||
* An array of plugin definitions (empty array if no definitions were
|
* An array of plugin definitions (empty array if no definitions were
|
||||||
* found).
|
* found). Keys are plugin IDs.
|
||||||
*/
|
*/
|
||||||
public function getDefinitions();
|
public function getDefinitions();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue