• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/component/baseform.php
  • Класс: BitrixCatalogComponentBaseForm
  • Вызов: BaseForm::isReadOnly
public function isReadOnly(): bool
{
	return
		!$this->accessController->check(ActionDictionary::ACTION_PRODUCT_CARD_EDIT)
		&& !$this->isAllowedEditFields()
	;
}