Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (ServiceManager $serviceManager, ArgvInput $input, File $filesystemDriver) | |
handleCompilerEnvironment () | |
Class prepares folders for code generation
Definition at line 23 of file CompilerPreparation.php.
__construct | ( | ServiceManager | $serviceManager, |
ArgvInput | $input, | ||
File | $filesystemDriver | ||
) |
ServiceManager | $serviceManager | |
ArgvInput | $input | |
File | $filesystemDriver |
Definition at line 50 of file CompilerPreparation.php.
handleCompilerEnvironment | ( | ) |
Determine whether a CLI command is for compilation, and if so, clear the directory.
GenerationDirectoryAccessException | If generation directory is read-only |
Definition at line 66 of file CompilerPreparation.php.