• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/CustomSection/Entity/CustomSectionTable.php
  • Класс: BitrixIntranetCustomSectionEntityCustomSectionTable
  • Вызов: CustomSectionTable::onBeforeUpdate
static function onBeforeUpdate(Event $event): EventResult
{
	return static::fillCodeIfEmptyOrInvalid($event, true);
}