function OperationInterface::contents
Returns the exact data that will be written to the scaffold files.
Return value
string Data to be written to the scaffold location.
1 method overrides OperationInterface::contents()
- AbstractOperation::contents in composer/
Plugin/ Scaffold/ Operations/ AbstractOperation.php - Returns the exact data that will be written to the scaffold files.
File
-
composer/
Plugin/ Scaffold/ Operations/ OperationInterface.php, line 22
Class
- OperationInterface
- Interface for scaffold operation objects.
Namespace
Drupal\Composer\Plugin\Scaffold\OperationsCode
public function contents();