function Application::getDisablePluginsByDefault
2 calls to Application::getDisablePluginsByDefault()
- Application::doRun in vendor/
composer/ composer/ src/ Composer/ Console/ Application.php - Runs the current application.
- Application::hintCommonErrors in vendor/
composer/ composer/ src/ Composer/ Console/ Application.php
File
-
vendor/
composer/ composer/ src/ Composer/ Console/ Application.php, line 703
Class
- Application
- The console application that handles the commands
Namespace
Composer\ConsoleCode
public function getDisablePluginsByDefault() : bool {
return $this->disablePluginsByDefault;
}