BitrixInstaller
Installer for Bitrix Framework. Supported types of extensions: – bitrix-d7-module
— copy the module to directory bitrix/modules/<vendor>.<name>
.
Description Description
bitrix-d7-component
— copy the component to directorybitrix/components/<vendor>/<name>
.bitrix-d7-template
— copy the template to directorybitrix/templates/<vendor>_<name>
.
You can set custom path to directory with Bitrix kernel in composer.json
:
{ "extra": { "bitrix-dir": "s1/bitrix" } }
Source Source
File: includes/gateways/stripe/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php
Methods Methods
- checkDuplicates — Duplicates search packages.
- inflectPackageVars — {@inheritdoc}
- templatePath — {@inheritdoc}