function ScaffoldOptions::symlink
Determines if symlink mode is set.
Return value
bool Whether or not 'symlink' mode
File
- 
              composer/
Plugin/ Scaffold/ ScaffoldOptions.php, line 159  
Class
- ScaffoldOptions
 - Per-project options from the 'extras' section of the composer.json file.
 
Namespace
Drupal\Composer\Plugin\ScaffoldCode
public function symlink() {
  return $this->options['symlink'];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.