ComposerInstallersPrestashopInstaller
The Google Analytics by Yoast Composer Installers PrestashopInstaller class.
Defined (1)
The class is defined in the following location(s).
- /vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php
- class PrestashopInstaller extends BaseInstaller
- {
- protected $locations = array(
- 'module' => 'modules/{$name}/',
- 'theme' => 'themes/{$name}/',
- );
- }