• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/assets/resourcecollection.php
  • Класс: BitrixLandingAssetsResourceCollection
  • Вызов: ResourceCollection::removeOnce
protected function removeOnce(string $path): void
{
	if ($this->isResourceAdded($path))
	{
		unset($this->resources[$path]);
	}
}