Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. JsonManipulator.php

function JsonManipulator::getContents

File

vendor/composer/composer/src/Composer/Json/JsonManipulator.php, line 55

Class

JsonManipulator
@author Jordi Boggiano <j.boggiano@seld.be>

Namespace

Composer\Json

Code

public function getContents() : string {
    return $this->contents . $this->newline;
}
RSS feed
Powered by Drupal