• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/UI/FileUploader/ProductController.php
  • Класс: BitrixCatalogUIFileUploaderProductController
  • Вызов: ProductController::isAvailable
public function isAvailable(): bool
{
	return AccessController::getCurrent()->check(ActionDictionary::ACTION_CATALOG_READ);
}