function SkipOp::generateContents
Load the scaffold contents or otherwise generate what is needed.
Return value
string The contents of the scaffold file.
Overrides AbstractOperation::generateContents
File
- 
              composer/
Plugin/ Scaffold/ Operations/ SkipOp.php, line 41  
Class
- SkipOp
 - Scaffold operation to skip a scaffold file (do nothing).
 
Namespace
Drupal\Composer\Plugin\Scaffold\OperationsCode
protected function generateContents() {
  return '';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.