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

Breadcrumb

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

function ScaffoldOptions::gitIgnore

Gets the value of the 'gitignore' option.

Return value

bool The 'gitignore' option, or TRUE if undefined.

File

composer/Plugin/Scaffold/ScaffoldOptions.php, line 199

Class

ScaffoldOptions
Per-project options from the 'extras' section of the composer.json file.

Namespace

Drupal\Composer\Plugin\Scaffold

Code

public function gitIgnore() {
    return $this->hasGitIgnore() ? $this->options['gitignore'] : TRUE;
}
RSS feed
Powered by Drupal