• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/component/productform.php
  • Класс: BitrixCatalogComponentProductForm
  • Вызов: ProductForm::getSectionDescriptions
private function getSectionDescriptions(): array
{
	return [
		[
			'entity' => 'section',
			'name' => 'IBLOCK_SECTION',
			'title' => Loc::getMessage('CATALOG_C_F_SECTION_SELECTOR_TITLE'),
			'type' => 'iblock_section',
			'editable' => $this->isAllowedEditFields(),
			'required' => false,
			'defaultValue' => null,
		],
	];
}