Skip to content

Commit

Permalink
Add description for ScriptHandler::createRequiredFiles()
Browse files Browse the repository at this point in the history
  • Loading branch information
jfauske committed Dec 9, 2024
1 parent 524d81f commit 2a062ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/composer/ScriptHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,15 @@
class ScriptHandler {

/**
* Creates required Drupal directories and files to ensure proper installation.
*
* This method sets up necessary directories (`modules`, `profiles`, `themes`)
* and prepares essential configuration files like `settings.php`. It ensures
* these components are in place for successful Drupal setup and permissions
* are properly set for installation.
*
* @param \Composer\Script\Event $event
* The event object for handling script events.
*
* @return void
*/
Expand Down

0 comments on commit 2a062ae

Please sign in to comment.