• Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/entityform/scope.php
  • Класс: BitrixUiEntityFormScope
  • Вызов: Scope::removeById
private function removeById(int $id): DeleteResult
{
	$this->removeScopeMembers($id);
	return EntityFormConfigTable::delete($id);
}