• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/lib/grid/column/elementprovider.php
  • Класс: BitrixIblockGridColumnElementProvider
  • Вызов: ElementProvider::isAllowedIblockSections
protected function isAllowedIblockSections(): bool
{
	$settings = $this->getSettings();

	return $settings->isAllowedIblockSections();
}