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