- Модуль: catalog
- Путь к файлу: ~/bitrix/modules/catalog/lib/component/baseform.php
- Класс: BitrixCatalogComponentBaseForm
- Вызов: BaseForm::getControllers
public function getControllers(): array
{
return [
[
'name' => 'FIELD_CONFIGURATOR_CONTROLLER',
'type' => 'field_configurator',
'config' => [],
],
[
'name' => 'GOOGLE_MAP_CONTROLLER',
'type' => 'google_map',
'config' => [],
],
[
'name' => 'EMPLOYEE_CONTROLLER',
'type' => 'employee',
'config' => [],
],
[
'name' => 'VARIATION_LINK_CONTROLLER',
'type' => 'variation_link',
'config' => [],
],
[
'name' => 'USER_CONTROLLER',
'type' => 'user',
'config' => [],
],
[
'name' => 'CRM_CONTROLLER',
'type' => 'binding_to_crm_element',
'config' => [],
],
[
'name' => 'IBLOCK_ELEMENT_CONTROLLER',
'type' => 'iblock_element',
'config' => [],
],
];
}