• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/product/systemfield/markingcodegroup.php
  • Класс: BitrixCatalogProductSystemFieldMarkingCodeGroup
  • Вызов: MarkingCodeGroup::getAllowedOperations
static function getAllowedOperations(): array
{
	return [
		CatalogProductSystemField::OPERATION_PROVIDER,
		CatalogProductSystemField::OPERATION_EXPORT,
		CatalogProductSystemField::OPERATION_IMPORT,
	];
}