public function PackageManagerInterface::needsComposerUpdate in Composer Manager 8
Returns whether a composer update is needed.
An update is needed when there are packages that are: 1. Required, but not installed. 2. Installed, but no longer required.
Return value
bool True if a composer update is needed, false otherwise.
1 method overrides PackageManagerInterface::needsComposerUpdate()
- PackageManager::needsComposerUpdate in src/
PackageManager.php - Returns whether a composer update is needed.
File
- src/
PackageManagerInterface.php, line 69
Class
- PackageManagerInterface
- Provides an interface for managing composer packages.
Namespace
Drupal\composer_managerCode
public function needsComposerUpdate();