namespace Drupal\Composer\Plugin\Scaffold\Operations
Same name in other branches
Object name | File name | Summary |
---|---|---|
AbstractOperation | composer/Plugin/Scaffold/Operations/AbstractOperation.php | Provides default behaviors for operations. |
AppendOp | composer/Plugin/Scaffold/Operations/AppendOp.php | Scaffold operation to add to the beginning and/or end of a scaffold file. |
OperationData | composer/Plugin/Scaffold/Operations/OperationData.php | Holds parameter data for operation objects during operation creation only. |
OperationFactory | composer/Plugin/Scaffold/Operations/OperationFactory.php | Create Scaffold operation objects based on provided metadata. |
OperationInterface | composer/Plugin/Scaffold/Operations/OperationInterface.php | Interface for scaffold operation objects. |
ReplaceOp | composer/Plugin/Scaffold/Operations/ReplaceOp.php | Scaffold operation to copy or symlink from source to destination. |
ScaffoldFileCollection | composer/Plugin/Scaffold/Operations/ScaffoldFileCollection.php | Collection of scaffold files. |
ScaffoldResult | composer/Plugin/Scaffold/Operations/ScaffoldResult.php | Record the result of a scaffold operation. |
SkipOp | composer/Plugin/Scaffold/Operations/SkipOp.php | Scaffold operation to skip a scaffold file (do nothing). |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.