public function InstallableLibrary::getInstallCommand in Markdown 8.2
Retrieves the CLI command used to install the library, if any.
Return value
string|void A install command to be used to install the library, if any.
2 methods override InstallableLibrary::getInstallCommand()
- ComposerPackage::getInstallCommand in src/
Annotation/ ComposerPackage.php - Retrieves the CLI command used to install the library, if any.
- PeclExtension::getInstallCommand in src/
Annotation/ PeclExtension.php - Retrieves the CLI command used to install the library, if any.
File
- src/
Annotation/ InstallableLibrary.php, line 139
Class
Namespace
Drupal\markdown\AnnotationCode
public function getInstallCommand() {
}