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