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

Breadcrumb

  1. Drupal Core 11.1.x
  2. BitrixInstaller.php

BitrixInstaller::$locations

@var array<string, string>

Type: locations

Overrides BaseInstaller::$locations

File

vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php, line 29

Class

BitrixInstaller
Installer for Bitrix Framework. Supported types of extensions:

Namespace

Composer\Installers

Code

protected $locations = array(
    'module' => '{$bitrix_dir}/modules/{$name}/',
    // deprecated, remove on the major release (Backward compatibility will be broken)
'component' => '{$bitrix_dir}/components/{$name}/',
    // deprecated, remove on the major release (Backward compatibility will be broken)
'theme' => '{$bitrix_dir}/templates/{$name}/',
    // deprecated, remove on the major release (Backward compatibility will be broken)
'd7-module' => '{$bitrix_dir}/modules/{$vendor}.{$name}/',
    'd7-component' => '{$bitrix_dir}/components/{$vendor}/{$name}/',
    'd7-template' => '{$bitrix_dir}/templates/{$vendor}_{$name}/',
);

API Navigation

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