You are here

namespace Drupal\Composer\Plugin\Scaffold\Operations in Drupal 8

Same name in other branches
  1. 9 Drupal\Composer\Plugin\Scaffold\Operations
Classsort descending Location Description
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).