Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

WolfCMSInstaller.php

Namespace

Composer\Installers

File

vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php

View source
<?php

namespace Composer\Installers;

class WolfCMSInstaller extends BaseInstaller {
    
    /** @var array<string, string> */
    protected $locations = array(
        'plugin' => 'wolf/plugins/{$name}/',
    );

}

Classes

Title Deprecated Summary
WolfCMSInstaller
RSS feed
Powered by Drupal