Abstract Class craft\enums\PatchManifestFileAction
- Inheritance
- craft\enums\PatchManifestFileAction
- Available since version
- 3.0
- Source Code
- https://github.com/craftcms/cms/blob/master/src/enums/PatchManifestFileAction.php
The PatchManifestFileAction class is an abstract class that defines all of the different path manifest file actions that are available in Craft during an auto-update.
This class is a poor man's version of an enum, since PHP does not have support for native enumerations.
Constant | Value | Description | Defined By |
---|---|---|---|
Add |
'Add' | craft\enums\PatchManifestFileAction | |
Remove |
'Remove' | craft\enums\PatchManifestFileAction |