- Модуль: catalog
- Путь к файлу: ~/bitrix/modules/catalog/lib/controller/skutree.php
- Класс: BitrixCatalogControllerSkuTree
- Вызов: SkuTree::configureActions
public function configureActions()
{
return [
'getSku' => [
'+prefilters' => [
new ActionFilterCloseSession(),
],
'-prefilters' => [
ActionFilterAuthentication::class,
],
],
'getIblockProperties' => [
'-prefilters' => [
ActionFilterAuthentication::class,
],
],
];
}