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

Breadcrumb

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

function BitrixInstaller::templatePath

Overrides BaseInstaller::templatePath

File

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

Class

BitrixInstaller
Installer for Bitrix Framework. Supported types of extensions:

Namespace

Composer\Installers

Code

protected function templatePath(string $path, array $vars = array()) : string {
    $templatePath = parent::templatePath($path, $vars);
    $this->checkDuplicates($templatePath, $vars);
    return $templatePath;
}

API Navigation

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