• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/lib/grid/row/assembler/property/elementfieldassembler.php
  • Класс: BitrixIblockGridRowAssemblerPropertyElementFieldAssembler
  • Вызов: ElementFieldAssembler::isCustomEditable
private function isCustomEditable(string $columnId): bool
{
	return in_array($columnId, $this->customEditableColumnIds);
}