Initial Drupal 11 with DDEV setup
This commit is contained in:
		
							
								
								
									
										14
									
								
								vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@ -0,0 +1,14 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
namespace Composer\Installers;
 | 
			
		||||
 | 
			
		||||
class TheliaInstaller extends BaseInstaller
 | 
			
		||||
{
 | 
			
		||||
    /** @var array<string, string> */
 | 
			
		||||
    protected $locations = array(
 | 
			
		||||
        'module'                => 'local/modules/{$name}/',
 | 
			
		||||
        'frontoffice-template'  => 'templates/frontOffice/{$name}/',
 | 
			
		||||
        'backoffice-template'   => 'templates/backOffice/{$name}/',
 | 
			
		||||
        'email-template'        => 'templates/email/{$name}/',
 | 
			
		||||
    );
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user