We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08362fb commit 6d1c6d7Copy full SHA for 6d1c6d7
src/SPC/builder/Extension.php
@@ -486,6 +486,11 @@ public function isBuildStatic(): bool
486
return $this->build_static;
487
}
488
489
+ /**
490
+ * Get the library dependencies that current extension depends on.
491
+ *
492
+ * @param bool $recursive Whether it includes dependencies recursively
493
+ */
494
public function getLibraryDependencies(bool $recursive = false): array
495
{
496
$ret = array_filter($this->dependencies, fn ($x) => $x instanceof LibraryBase);
0 commit comments