• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/assets/location.php
  • Класс: BitrixLandingAssetsLocation
  • Вызов: Location::getAllLocations
static function getAllLocations(): array
{
	return [
		self::LOCATION_BEFORE_ALL,
		self::LOCATION_KERNEL,
		self::LOCATION_TEMPLATE,
		self::LOCATION_AFTER_TEMPLATE,
	];
}