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

Breadcrumb

  1. Drupal Core 11.1.x

ConcreteCMSInstaller.php

Namespace

Composer\Installers

File

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

View source
<?php

namespace Composer\Installers;

class ConcreteCMSInstaller extends BaseInstaller {
    
    /** @var array<string, string> */
    protected $locations = array(
        'core' => 'concrete/',
        'block' => 'application/blocks/{$name}/',
        'package' => 'packages/{$name}/',
        'theme' => 'application/themes/{$name}/',
        'update' => 'updates/{$name}/',
    );

}

Classes

Title Deprecated Summary
ConcreteCMSInstaller

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal