function DrupalCoreComposer::composerLock
Fetch the composer lock data.
Return value
array Composer lock data
File
-
composer/
Generator/ Util/ DrupalCoreComposer.php, line 71
Class
- DrupalCoreComposer
- Utilities for accessing composer.json data from drupal/drupal and drupal/core.
Namespace
Drupal\Composer\Generator\UtilCode
public function composerLock() {
return $this->composerLock;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.