• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/ui/webpack/base.php
  • Класс: Bitrix\Crm\UI\Webpack\Base
  • Вызов: Base::configureFileOnce
private function configureFileOnce()
{
	if ($this->fileConfigured)
	{
		return;
	}

	$this->configureFile();

	$this->controller->configureFile(
		$this->fileId,
		'crm',
		$this->fileDir,
		$this->fileName
	);

	$this->fileConfigured = true;
}